summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAshod Nakashian <ashod.nakashian@collabora.co.uk>2020-07-05 22:45:48 -0400
committerAshod Nakashian <ashnakash@gmail.com>2020-07-06 13:47:27 +0200
commit71a9d21d3e4d99739663aab133a4a0379aef91fe (patch)
treec36cf6648996334615094bee8555356c13defe9f /Makefile.am
parent888b31ad8617dde4ea51015c1e5126de529a91e0 (diff)
make: don't clean compile_commands.json
Since this file is only created manually, it shouldn't be removed automatically. Change-Id: I8d26b7bfc7f7cd899318b2edd3e5ef9bd462cc99 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/98184 Tested-by: Jenkins Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2f6761771..ce77b2926 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -361,7 +361,6 @@ clean-local:
$(CLEANUP_COMMAND)
if test "z@JAILS_PATH@" != "z"; then rm -rf "@JAILS_PATH@"; fi
if test "z@SYSTEMPLATE_PATH@" != "z"; then rm -rf "@SYSTEMPLATE_PATH@"; fi
- rm -f $(abs_srcdir)/compile_commands.json
run: all @JAILS_PATH@
@echo "Launching loolwsd"