mirror of
https://git.code.sf.net/p/quake/quake2forge
synced 2024-12-12 05:32:24 +00:00
- Force use of automake 1.6 for make distcheck bug.
- Set verbose mode on the release script.
This commit is contained in:
parent
4674ab5136
commit
dc6eaa8589
2 changed files with 4 additions and 1 deletions
|
@ -23,5 +23,5 @@ fi
|
||||||
aclocal && \
|
aclocal && \
|
||||||
autoheader && \
|
autoheader && \
|
||||||
libtoolize --copy --automake && \
|
libtoolize --copy --automake && \
|
||||||
automake --foreign --add-missing --copy && \
|
automake1.6 --foreign --add-missing --copy && \
|
||||||
autoconf
|
autoconf
|
||||||
|
|
|
@ -13,6 +13,9 @@ if [ -z "$1" ]; then
|
||||||
echo this script is going to cvs export from that tag
|
echo this script is going to cvs export from that tag
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# this script is prone to err, tell me what's happening
|
||||||
|
set -x
|
||||||
|
|
||||||
cd ~/src/quake2
|
cd ~/src/quake2
|
||||||
|
|
||||||
chmod -R u+w export
|
chmod -R u+w export
|
||||||
|
|
Loading…
Reference in a new issue