mirror of
https://github.com/brain-hackers/cegcc-build.git
synced 2024-12-22 12:10:08 +09:00
build.sh: .svn to .git
This commit is contained in:
parent
ed5a146f31
commit
de47d85298
2
build.sh
2
build.sh
@ -173,7 +173,7 @@ fi
|
|||||||
components=`echo "${components}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
|
components=`echo "${components}" | sed -e 's/[ ,][ ,]*/,/g' -e 's/,$//'`
|
||||||
|
|
||||||
# Don't build in source directory, it will clobber things and cleanup is hard.
|
# Don't build in source directory, it will clobber things and cleanup is hard.
|
||||||
if [ -d ${BUILD_DIR}/.svn ]; then
|
if [ -d ${BUILD_DIR}/.git ]; then
|
||||||
echo "Don't build in a source directory, please create an empty directory and build there."
|
echo "Don't build in a source directory, please create an empty directory and build there."
|
||||||
echo "Example :"
|
echo "Example :"
|
||||||
echo " mkdir /tmp/cegcc-output"
|
echo " mkdir /tmp/cegcc-output"
|
||||||
|
Loading…
Reference in New Issue
Block a user