mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-16 22:30:44 +00:00
Merge pull request #130 from ryandesign/patch-3
Fix separate build directory instructions
This commit is contained in:
commit
e8fb52d494
@ -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…
x
Reference in New Issue
Block a user