Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1e84ea37c73283a9c2e2e8fa26fc73aa070f338b
Author: Miklos Vajna <[email protected]>
AuthorDate: Thu May 23 16:18:20 2019 +0200
Commit: Miklos Vajna <[email protected]>
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@JAILS_PATH@" != "z"; then rm -rf "@JAILS_PATH@"; fi
if test "z@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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits