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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu May 23 14:31:02 UTC 2019


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

New commits:
commit 1e84ea37c73283a9c2e2e8fa26fc73aa070f338b
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Thu May 23 16:18:20 2019 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu May 23 16:30:44 2019 +0200

    Allow 'make run' after 'make build-nocheck'
    
    This is useful for the sanitizers build, which can build the code, but
    not yet the tests.
    
    Change-Id: I02a0493dd18cf68f68572cd08af22d0f7805d97a

diff --git a/Makefile.am b/Makefile.am
index 9df919489..752aa8985 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -274,7 +274,7 @@ clean-local:
 	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
 
-run: all @JAILS_PATH@
+run: all-am @JAILS_PATH@
 	@echo "Launching loolwsd"
 	@fc-cache "@LO_PATH@"/share/fonts/truetype
 	@cp $(abs_top_srcdir)/test/data/hello.odt $(abs_top_srcdir)/test/data/hello-world.odt


More information about the Libreoffice-commits mailing list