From: Enrico Tassi Date: Fri, 1 Jul 2005 18:57:48 +0000 (+0000) Subject: may fix the nigtly build X-Git-Tag: PRE_GETTER_STORAGE~34 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=ba9a57375b50e0527bf0d48f189f7e3129bbe99f;p=helm.git may fix the nigtly build --- diff --git a/helm/matita/Makefile.in b/helm/matita/Makefile.in index 648a7fbf6..9b26d4d08 100644 --- a/helm/matita/Makefile.in +++ b/helm/matita/Makefile.in @@ -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 diff --git a/helm/matita/scripts/profile_cvs.sh b/helm/matita/scripts/profile_cvs.sh index 947a4c0a0..d8ba65a4d 100755 --- a/helm/matita/scripts/profile_cvs.sh +++ b/helm/matita/scripts/profile_cvs.sh @@ -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 {