synthesis.sh: Really accomplish r5549. DONT_BUILD.

git-svn-id: https://svn.eduke32.com/eduke32@5582 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2016-01-22 01:24:52 +00:00
parent 3e82145e2c
commit 1fedebe727

View file

@ -257,12 +257,14 @@ then
done done
# throw the svn revision into a file the Makefile will read # throw the svn revision into a file the Makefile will read
echo "$head" > EDUKE32_REVISION echo "$head" > ${basename}_$date-$head/EDUKE32_REVISION
echo tar cJf ${basename}_src_$date-$head.tar.xz ${basename}_$date-$head echo tar cJf ${basename}_src_$date-$head.tar.xz ${basename}_$date-$head
tar cJf ${basename}_src_$date-$head.tar.xz ${basename}_$date-$head tar cJf ${basename}_src_$date-$head.tar.xz ${basename}_$date-$head
rm -r ${basename}_$date-$head rm -r ${basename}_$date-$head
cd $top/$source
# output the changelog since last snapshot in the output directory # output the changelog since last snapshot in the output directory
if [ $lastrevision ] if [ $lastrevision ]
then then