aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorHolger Schroeder <holger.schroeder.ext@basyskom.de>2010-03-02 16:57:45 +0100
committerHolger Schroeder <holger.schroeder.ext@basyskom.de>2010-03-02 17:03:08 +0100
commit70cb2fc89f59987ead4f3ddfef52dc03f1db9ce2 (patch)
treecab948fa1a594b2acbf7a344549e4adaad9af8ad /configure
parent2ed70488fc7be803f3aca2b9888dc9754f9c9eb9 (diff)
Changes: Make in-source-build error message a bit clearer
RevBy: Armin Berres Details: Here we added the generated mkspecs/duiconfig.pri to the make distclean target. So the error message does not appear any more after a "make distclean". Also the error message now tells the user to execute "make clean" to clean his source directory tree.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 48115b39..bd729d90 100755
--- a/configure
+++ b/configure
@@ -383,6 +383,11 @@ if [ "$OPT_SHADOW" = "yes" ]; then
if [ -f "$relpath/mkspecs/duiconfig.pri" ]; then
echo >&2 "You cannot make a shadow build from a source tree containing a previous build."
echo >&2 "Cannot proceed."
+ echo >&2 ""
+ echo >&2 "Please clean your source directory by executing this command:"
+ echo >&2 ""
+ echo >&2 "make distclean"
+ echo >&2 ""
exit 1
fi