aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2012-10-04 22:08:11 +0000
committerherbelin2012-10-04 22:08:11 +0000
commitd1fb79f4469eda2a15c79d14e1c292abb9d45adc (patch)
tree8da4d78508ba7cac9e4440516e9d8b8dfc3d9d7e
parentaa130b53c16a58c29f017510d876a31b674a2504 (diff)
Suggest to use clean rather than archclean before recompiling.
For instance, generated files depend on whether configuration is done with dynlink or not and they should be cleaned. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15854 85f007b7-540e-0410-9357-904b9bb8a0f7
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1f87c9dd13..874818aaec 100755
--- a/configure
+++ b/configure
@@ -1198,5 +1198,5 @@ chmod a-w "$config_file"
echo "If anything in the above is wrong, please restart './configure'."
echo
echo "*Warning* To compile the system for a new architecture"
-echo " don't forget to do a 'make archclean' before './configure'."
+echo " don't forget to do a 'make clean' before './configure'."