[Libreoffice-commits] .: Makefile

Norbert Thiebaud nthiebaud at kemper.freedesktop.org
Fri Feb 10 14:07:43 PST 2012


 Makefile |   12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

New commits:
commit 05bb5df2c520b41aba76fcf05097fd19d9550626
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Fri Feb 10 16:05:22 2012 -0600

    add slowcheck target and make build a pre-req of check

diff --git a/Makefile b/Makefile
index 04c4c8e..815959f 100644
--- a/Makefile
+++ b/Makefile
@@ -438,13 +438,21 @@ findunusedcode:
               | grep -v ^salhelper:: \
               > unusedcode.easy
 
-check: subsequentcheck
+check: subsequentcheck_after_build
+
+subsequentcheck_after_build: build dev-install-link
+	@cd smoketestoo_native && unset MAKEFLAGS && \
+	$(SOLARENV)/bin/build.pl -P$(BUILD_NCPUS) --all -- -P$(GMAKE_PARALLELISM)
+	$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f post.Makefile subsequentcheck
 
 subsequentcheck: smoketestoo_native
 	$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f post.Makefile subsequentcheck
 
 debugrun:
-	$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f post.Makefile subsequentcheck
+	$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f post.Makefile debugrun
+
+slowcheck:
+	$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f post.Makefile slowcheck
 
 endif # not clean or distclean
 


More information about the Libreoffice-commits mailing list