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

New commits:
commit 71a9d21d3e4d99739663aab133a4a0379aef91fe
Author:     Ashod Nakashian <ashod.nakash...@collabora.co.uk>
AuthorDate: Sun Jul 5 22:45:48 2020 -0400
Commit:     Ashod Nakashian <ashnak...@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 <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Ashod Nakashian <ashnak...@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@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"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to