From: Ferruccio Guidi Date: Thu, 25 Feb 2010 21:19:29 +0000 (+0000) Subject: -bugfix in the "profile" entry X-Git-Tag: make_still_working~3024 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;ds=sidebyside;h=9c6a69b957895d429f1c8d3ae4cebe529ab70433;p=helm.git -bugfix in the "profile" entry --- diff --git a/helm/software/lambda-delta/Makefile b/helm/software/lambda-delta/Makefile index 1ea4aa7b9..3d8b6be48 100644 --- a/helm/software/lambda-delta/Makefile +++ b/helm/software/lambda-delta/Makefile @@ -29,8 +29,9 @@ test-si-fast: $(MAIN).opt profile: $(MAIN).opt @echo " HELENA -u -q $(INPUT) (30 TIMES)" - $(H)for T in `seq 30`; do ./$(MAIN).opt -u -q -S 1 $(O) automath/grundlagen.aut >> etc/log.txt; done - $(H)grep "at exit" etc/log.txt | sort | uniq | less + $(H)rm etc/log.txt + $(H)for T in `seq 30`; do ./$(MAIN).opt -u -q -s 0 -S 1 $(O) $(INPUT) >> etc/log.txt; done + $(H)grep "at exit" etc/log.txt | sort | uniq > etc/profile.txt hal: $(MAIN).opt @echo " HELENA -o -x -m $(INPUT)"