Makefile.top | 6 ++++++
1 file changed, 6 insertions(+)
New commits:
commit 4a9c85b3f8c4e91b08bf814a048f9cdf9ffe31f9
Author: Bjoern Michaelsen <[email protected]>
Date: Sun Jun 24 14:01:54 2012 +0200
reenable unitcheck and slowcheck as top level targets
Change-Id: Idb46ebcb427522c74632a1813afcbb841fb61243
diff --git a/Makefile.top b/Makefile.top
index 4e8c976..d904916 100644
--- a/Makefile.top
+++ b/Makefile.top
@@ -493,6 +493,12 @@ check: dev-install subsequentcheck
subsequentcheck :| $(if $(filter-out
subsequentcheck,$(MAKECMDGOALS)),dev-install)
$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post $@
+unitcheck:
+ $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post $@
+
+slowcheck:
+ $(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post $@
+
debugrun:
$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post $@
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits