[Libreoffice-commits] online.git: Makefile.am

Ashod Nakashian (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 6 11:47:45 UTC 2020


 Makefile.am |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 71a9d21d3e4d99739663aab133a4a0379aef91fe
Author:     Ashod Nakashian <ashod.nakashian at collabora.co.uk>
AuthorDate: Sun Jul 5 22:45:48 2020 -0400
Commit:     Ashod Nakashian <ashnakash at gmail.com>
CommitDate: Mon Jul 6 13:47:27 2020 +0200

    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 at gmail.com>
    Reviewed-by: Ashod Nakashian <ashnakash at gmail.com>

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 at JAILS_PATH@" != "z"; then rm -rf "@JAILS_PATH@"; fi
 	if test "z at SYSTEMPLATE_PATH@" != "z"; then rm -rf "@SYSTEMPLATE_PATH@"; fi
-	rm -f $(abs_srcdir)/compile_commands.json
 
 run: all @JAILS_PATH@
 	@echo "Launching loolwsd"


More information about the Libreoffice-commits mailing list