diff options
author | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-10-11 13:04:47 +0000 |
---|---|---|
committer | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-10-11 13:04:47 +0000 |
commit | 8a03b56c47ed0d216f797fefd531286d6b74a3fb (patch) | |
tree | 38576a826c17296e1a2bdedb80e61daf414152e7 /config/Makefile.template | |
parent | d0f5a4368666d86aba25d0700d49fea5e703f407 (diff) |
Ajout d'une option -annotate au configure+ changement du comportement par défaut de make
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9232 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'config/Makefile.template')
-rw-r--r-- | config/Makefile.template | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/config/Makefile.template b/config/Makefile.template index 5310aec94..a3465722f 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -61,6 +61,9 @@ CAMLLINK="BYTECAMLC" CAMLOPTLINK="NATIVECAMLC" CAMLMKTOP="CAMLMKTOPEXEC" +# Caml flags +CAMLFLAGS=CAMLANNOTATEFLAG + # Compilation debug flag CAMLDEBUG=COQDEBUGFLAG @@ -125,18 +128,6 @@ HASCOQIDE=COQIDEOPT # Defining REVISION CHECKEDOUT=CHECKEDOUTSOURCETREE -.PHONY: revision - -revision: -ifeq ($(CHECKEDOUT),1) - - /bin/rm -f revision - sed -ne '/url/s/^.*\/\([^\/]\+\)"$$/\1/p' .svn/entries > revision - sed -ne '/revision/s/^.*"\([0-9]\+\)".*$$/r\1/p' .svn/entries >> revision -endif - -archclean:: - /bin/rm -f revision - # make or sed are bogus and believe lines not terminating by a return # are inexistent |