mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-26 16:29:28 +00:00
Fix separate build directory instructions
This commit is contained in:
parent
6dda1160ab
commit
7240f29e22
@ -125,11 +125,12 @@ fi
|
||||
##################### Sanity checks
|
||||
|
||||
if [ `pwd -P` == "$SRC" ]; then
|
||||
echo "Please do not invoke build-toolchain.sh from the source directory."
|
||||
echo "Please do not invoke `basename $0` from the source directory."
|
||||
echo "Instead, create a separate build directory:"
|
||||
echo " cd .."
|
||||
echo " mkdir Retro68-build"
|
||||
echo " ../`basename $SRC`/build-toolchain.sh"
|
||||
echo " cd Retro68-build"
|
||||
echo " ../`basename $SRC`/`basename $0`"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user