mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-26 03:30:46 +00:00
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:
parent
3e82145e2c
commit
1fedebe727
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue