From ed5a146f31f1823d2b6b04ec4b00bbb4c90d38fe Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 22 Oct 2018 22:54:29 +0200 Subject: [PATCH] build.sh: more out-of-tree build instructions --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 11fa85e..bc12d09 100755 --- a/build.sh +++ b/build.sh @@ -176,9 +176,9 @@ components=`echo "${components}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'` if [ -d ${BUILD_DIR}/.svn ]; then echo "Don't build in a source directory, please create an empty directory and build there." echo "Example :" - echo " mkdir build-mingw32ce" - echo " cd build-mingw32ce" - echo " sh ../build-mingw32ce.sh $@" + echo " mkdir /tmp/cegcc-output" + echo " cd /tmp/cegcc-output" + echo " \$OLDPWD/build.sh $@" exit 1 fi