Developing lpbuild

git-svn-id: svn://ultimatepp.org/upp/trunk@2132 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-02-23 16:37:35 +00:00
parent c1ae10ef6d
commit ad4f3a9bbc

View file

@ -44,6 +44,10 @@ scriptpath="$(cd "${0%/*}" 2>/dev/null; echo "$PWD"/"${0##*/}")" #not from my he
scriptdir=`dirname "$scriptpath"`
subfolders=( uppsrc examples tutorial reference bazaar )
# clean up temporary files
echo "Cleaning up previous run..."
rm -rf $tmpdir
# create dir for sources
mkdir $tmp
@ -150,7 +154,4 @@ EOF
mv $tmpdir/version.h.backup $tmp/uppsrc/ide/version.h
done
# clean up temporary files
echo "Cleaning up ..."
rm -rf $tmpdir
echo "FINISHED!"