summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-03-25 17:10:19 +0100
committerAndreas Schneider <asn@cryptomilk.org>2023-03-29 17:54:05 +0000
commitffdfb78da7f5cdabeb06036d0851c83f920e99ea (patch)
tree2121b61eed2683cd0196fb028e9289a26a00a401 /buildtools
parentbe4e3bb2fec61fd0b9b28174d8dde290edf08587 (diff)
downloadsamba-ffdfb78da7f5cdabeb06036d0851c83f920e99ea.tar.gz
buildtools: Remove compile_commands.json symlink
We are telling clangd with the .clangd project config file where to find it. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Wed Mar 29 17:54:05 UTC 2023 on atb-devel-224
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
index 47ed3f71234..30cb366331a 100644
--- a/buildtools/wafsamba/wscript
+++ b/buildtools/wafsamba/wscript
@@ -720,11 +720,6 @@ struct foo bar = { .y = 'X', .x = 1 };
conf.DEFINE('FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION', 1)
conf.env.FUZZ_TARGET_LDFLAGS = Options.options.FUZZ_TARGET_LDFLAGS
- # Create a symlink of the compile db for clangd
- symlink(os.path.join(conf.bldnode.abspath(), 'default/compile_commands.json'),
- os.path.join(conf.srcnode.abspath(), 'compile_commands.json'),
- force=True)
-
conf.SAMBA_BUILD_ENV()