Browse Source

Reintroduce $(Q)

git-svn-id: trunk@34329 -
pierre 9 years ago
parent
commit
92c1190ace
1 changed files with 10 additions and 10 deletions
  1. 10 10
      tests/Makefile.fpc

+ 10 - 10
tests/Makefile.fpc

@@ -527,16 +527,16 @@ $(MAKEINC): $(GPARMAKE) $(CREATELST)
 # new call with a gap insuring that all the previous files have lower index
 # new call with a gap insuring that all the previous files have lower index
 # even if CHUNKSIZE is equal to 1.
 # even if CHUNKSIZE is equal to 1.
 	$(Q)$(MAKE) $(TEST_OUTPUTDIR)
 	$(Q)$(MAKE) $(TEST_OUTPUTDIR)
-	$(CREATELST) filelisttest.lst $(TESTDIRS)
-	$(GPARMAKE) $(MAKEINC) test 1 $(CHUNKSIZE) @filelisttest.lst
-	$(CREATELST) filelisttbs.lst tbs
-	$(GPARMAKE) -a $(MAKEINC) tbs 10000 $(CHUNKSIZE) @filelisttbs.lst
-        $(CREATELST) filelisttbf.lst tbf
-	$(GPARMAKE) -a $(MAKEINC) tbf 15000 $(CHUNKSIZE) @filelisttbf.lst
-        $(CREATELST) filelistwebtbs.lst webtbs
-	$(GPARMAKE) -a $(MAKEINC) webtbs 20000 $(CHUNKSIZE) @filelistwebtbs.lst
-        $(CREATELST) filelistwebtbf.lst webtbf
-	$(GPARMAKE) -a $(MAKEINC) webtbf 30000 $(CHUNKSIZE) @filelistwebtbf.lst
+	$(Q)$(CREATELST) filelisttest.lst $(TESTDIRS)
+	$(Q)$(GPARMAKE) $(MAKEINC) test 1 $(CHUNKSIZE) @filelisttest.lst
+	$(Q)$(CREATELST) filelisttbs.lst tbs
+	$(Q)$(GPARMAKE) -a $(MAKEINC) tbs 10000 $(CHUNKSIZE) @filelisttbs.lst
+        $(Q)$(CREATELST) filelisttbf.lst tbf
+	$(Q)$(GPARMAKE) -a $(MAKEINC) tbf 15000 $(CHUNKSIZE) @filelisttbf.lst
+        $(Q)$(CREATELST) filelistwebtbs.lst webtbs
+	$(Q)$(GPARMAKE) -a $(MAKEINC) webtbs 20000 $(CHUNKSIZE) @filelistwebtbs.lst
+        $(Q)$(CREATELST) filelistwebtbf.lst webtbf
+	$(Q)$(GPARMAKE) -a $(MAKEINC) webtbf 30000 $(CHUNKSIZE) @filelistwebtbf.lst
 
 
 
 
 # only include the targets to compile/run the tests when we want to
 # only include the targets to compile/run the tests when we want to