build.sh: more out-of-tree build instructions

This commit is contained in:
Max Kellermann 2018-10-22 22:54:29 +02:00
parent b3b2b77366
commit ed5a146f31
1 changed files with 3 additions and 3 deletions

View File

@ -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