]> matita.cs.unibo.it Git - helm.git/commitdiff
bug fixes ...
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Sat, 26 Dec 2015 18:57:21 +0000 (18:57 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Sat, 26 Dec 2015 18:57:21 +0000 (18:57 +0000)
helm/software/helena/Makefile
helm/software/helena/Makefile.common
helm/software/helena/src/basic_rg/brgGallina.ml

index e21fccf1b423242efef3a3afa89955b534a590f3..48f7e4b9644fa4c205f62d18b2e60419868c1294 100644 (file)
@@ -17,8 +17,6 @@ TAGS = test-si-fast test-si test2-opt test2-byte test3 test6 \
        export-lp1 export-lp2 export-tj2 export-tj3 \
        matita matitac
 
-include Makefile.common
-
 TIME = `which time` -p -a -o etc/log.txt
 
 NULL = >/dev/null 2>&1 
@@ -179,3 +177,5 @@ matitac: matita/$(MA)
 #      $(H)rm -f etc/log.txt
 #      $(H)for T in `seq 1`; do ./$(MAIN).opt -T 1 -a n -l -m $(PREAMBLE) -o -u $(INPUT) >> etc/log.txt; done
 #      $(H)grep "at exit" etc/log.txt | sort | uniq > etc/profile-new.txt
+
+include Makefile.common
index ae92e7df6e538f2af47f0f14dda530b1a3d35b58..a601c4d8871a41ff615c66df003420fe7c97c0de 100644 (file)
@@ -1,9 +1,6 @@
 H=@
-ifeq ($(origin OCAMLPATH), undefined)
-   OCAMLFIND = OCAMLPATH=$(HOME)/svn/claudio/components/METAS ocamlfind
-else
-   OCAMLFIND = ocamlfind
-endif
+OCAMLPATH ?= /home/fguidi/svn/matita_patched/components/METAS
+OCAMLFIND = OCAMLPATH=$(OCAMLPATH) ocamlfind
 
 RELISE = $(MAIN:%=%_$(shell cat MakeVersion))
 
index 100b7c4df79afd7b392a5ab7b6f745a4e2d33ab2..7346e58357c71dcacaadcf5ba5162e48db37804c 100644 (file)
@@ -124,7 +124,7 @@ let output_entity och st (_, na, u, b) =
          KP.fprintf och "exact %a.\n%!" (out_term st true B.empty) v;
          KP.fprintf och "Time Defined.\n\n%!";
 *)
-      | E.Abbr V ->
+      | E.Abbr v ->
          KP.fprintf och "Definition %a := %a.\n\n%!" out_uri u (out_term st false B.empty) v;
 (*         KP.fprintf och "Strategy -%u [ %a ].\n\n%!" na.E.n_apix out_uri u; *) !ok
       | E.Abst w ->