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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed May 29 06:52:46 UTC 2019


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

New commits:
commit 8f6d45889d3918903c93a5b8368b7eddde1ece9b
Author:     Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Wed May 29 08:52:01 2019 +0200
Commit:     Miklos Vajna <vmiklos at collabora.com>
CommitDate: Wed May 29 08:52:27 2019 +0200

    Revert "Allow 'make run' after 'make build-nocheck'"
    
    This reverts commit 1e84ea37c73283a9c2e2e8fa26fc73aa070f338b. This is no
    longer needed, at least not for the sanitizers.
    
    Change-Id: I70774525ce322870d0c6d625f33e6fd2476d9b5e

diff --git a/Makefile.am b/Makefile.am
index 752aa8985..9df919489 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-am @JAILS_PATH@
+run: all @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