]> matita.cs.unibo.it Git - helm.git/commitdiff
may fix the nigtly build
authorEnrico Tassi <enrico.tassi@inria.fr>
Fri, 1 Jul 2005 18:57:48 +0000 (18:57 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Fri, 1 Jul 2005 18:57:48 +0000 (18:57 +0000)
helm/matita/Makefile.in
helm/matita/scripts/profile_cvs.sh

index 648a7fbf65a79bceedcd24cad7db71a11d13138c..9b26d4d08bf61cc51d49113af961b9adc04654c0 100644 (file)
@@ -1,4 +1,4 @@
-
+MAKEFLAGS+=--no-print-directory
 OCAMLPATH = ../ocaml/METAS/
 OCAMLFIND = OCAMLPATH=$(OCAMLPATH):$$OCAMLPATH @OCAMLFIND@
 CAMLP4O = @CAMLP4O@
@@ -126,11 +126,11 @@ distclean: clean
        rm -rf autom4te.cache/
 
 tests: matitac matitadep matitaclean
-       (cd library && make clean all)
-       (cd tests && make clean all)
+       @(cd library && make clean all)
+       @(cd tests && make clean all)
 tests.opt: matitac.opt matitadep.opt matitaclean.opt
-       (cd library && make clean.opt opt)
-       (cd tests && make clean.opt opt)
+       @(cd library && make clean.opt opt)
+       @(cd tests && make clean.opt opt)
 .PHONY: tests tests.opt
 
 tags: TAGS
index 947a4c0a0a09efb9c5bf0e881c1f20c8b19930c7..d8ba65a4d6e8f96e4d38e140e9f9e422ad4aba12 100755 (executable)
@@ -8,8 +8,8 @@ function testit {
   LOGTOOPT=/dev/null
   LOGTOBYTE=/dev/null
   export DO_TESTS_EXTRA="$MARK\t$@"
-  make tests DO_TEST_OPTS="-no-color -twice"
-  make tests.opt DO_TEST_OPTS="-no-color -twice"
+  make tests DO_TESTS_OPTS="-no-color -twice"
+  make tests.opt DO_TESTS_OPTS="-no-color -twice"
 }
 
 function compile {