aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2004-12-23 12:00:45 +0000
committerherbelin2004-12-23 12:00:45 +0000
commit91c0f3e4d91ac285fe23ac80a5d24e5e42c36da9 (patch)
tree437b33f8296029c6870b00ee7eca933e15b454d6
parenta653f0599c850d7a21f7f70fc7bf30dae26a6a68 (diff)
Renommage de ocamldebug-v7 en ocamldebug-coq (pour passage à la v8)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6494 85f007b7-540e-0410-9357-904b9bb8a0f7
-rwxr-xr-xconfigure12
-rw-r--r--dev/.cvsignore4
2 files changed, 9 insertions, 7 deletions
diff --git a/configure b/configure
index 891cb7e518..5ca1ba66e3 100755
--- a/configure
+++ b/configure
@@ -515,11 +515,13 @@ sed -e "s|LOCALINSTALLATION|$local|" \
chmod a-w $COQTOP/config/Makefile
##################################################
-# Building the $COQTOP/dev/ocamldebug-v7 file
-####################################################
+# Building the $COQTOP/dev/ocamldebug-coq file
+##################################################
+
+OCAMLDEBUGCOQ=$COQTOP/dev/ocamldebug-coq
if test "$coq_debug_flag" = "-g" ; then
- rm -f $COQTOP/dev/ocamldebug-v7
+ rm -f $OCAMLDEBUGCOQ
if [ "$CAMLP4LIB" = "+camlp4" ] ; then
CAMLP4LIBFORCAMLDEBUG=$CAMLLIB/camlp4
else
@@ -529,8 +531,8 @@ if test "$coq_debug_flag" = "-g" ; then
-e "s|COQLIBDIRECTORY|$LIBDIR|" \
-e "s|CAMLBINDIRECTORY|$CAMLBIN|" \
-e "s|CAMLP4LIBDIRECTORY|$CAMLP4LIBFORCAMLDEBUG|" \
- $COQTOP/dev/ocamldebug-v7.template > $COQTOP/dev/ocamldebug-v7
- chmod a-w,a+x $COQTOP/dev/ocamldebug-v7
+ $OCAMLDEBUGCOQ.template > $OCAMLDEBUGCOQ
+ chmod a-w,a+x $OCAMLDEBUGCOQ
fi
echo "If anything in the above is wrong, please restart './configure'"
diff --git a/dev/.cvsignore b/dev/.cvsignore
index e494556aa6..48df473800 100644
--- a/dev/.cvsignore
+++ b/dev/.cvsignore
@@ -1,3 +1,3 @@
other
-ocamldebug-v7
-debug_* \ No newline at end of file
+ocamldebug-coq
+debug_*