summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Kundrát <jkt@flaska.net>2013-04-18 00:05:05 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-23 18:57:45 +0200
commitadec3f4eaf06cf0f0960c481d6cbf9634ee35d66 (patch)
tree2c36cc93097ae7e0d7c553924ea069223206b841
parent649da796f54dd291c1b0e3c5b02a44cd34006a44 (diff)
Do not talk about `make confclean` in the top-level directory
The configure script does not actually produce a "confclean" make target. Task-number: QTBUG-27735 Change-Id: Ia0f9e33e50c35cc6bb2941853e518a40fc9edaee Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 55a643a4b0..9c86fa1e5d 100755
--- a/configure
+++ b/configure
@@ -6927,5 +6927,6 @@ else
echo Qt will be installed into $QT_INSTALL_PREFIX
fi
echo
-echo To reconfigure, run \'$MAKE confclean\' and \'configure\'.
+echo Prior to reconfiguration, make sure you remove any leftovers from
+echo the previous build.
echo