r4025 - trunk



Author: timj
Date: 2006-10-24 16:45:18 -0400 (Tue, 24 Oct 2006)
New Revision: 4025

Modified:
   trunk/Makefile.decl
Log:
make perf: and slowcheck: depend on all, just like it's the case with check:


Modified: trunk/Makefile.decl
===================================================================
--- trunk/Makefile.decl	2006-10-24 20:23:50 UTC (rev 4024)
+++ trunk/Makefile.decl	2006-10-24 20:45:18 UTC (rev 4025)
@@ -46,7 +46,7 @@
 # === slowcheck ===
 # recursive rule supported by all Makefiles to run time consuming checks
 .PHONY: slowcheck slowcheck-recursive slowcheck-SLOWTESTS
-slowcheck: slowcheck-recursive slowcheck-SLOWTESTS
+slowcheck: all slowcheck-recursive slowcheck-SLOWTESTS
 slowcheck-recursive:
 	@for subdir in $(SUBDIRS) ; do				\
 	  test "$$subdir" = '.' ||				\
@@ -66,7 +66,7 @@
 # === perf ===
 # recursive rule supported by all Makefiles to run performance tests
 .PHONY: perf perf-recursive perf-PERFTESTS
-perf: perf-recursive perf-PERFTESTS
+perf: all perf-recursive perf-PERFTESTS
 perf-recursive:
 	@for subdir in $(SUBDIRS) ; do				\
 	  test "$$subdir" = '.' ||				\




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]