Before building distribution tarballs, make distclean first.
This commit is contained in:
parent
2d176ac5d2
commit
4386360bd9
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,9 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
[ -f Makefile ] && make distclean
|
autoconf
|
||||||
|
./configure
|
||||||
|
make distclean
|
||||||
autoconf
|
autoconf
|
||||||
( cd doc ; make docs ; make clean )
|
( cd doc ; make docs ; make clean )
|
||||||
VERSION=`sed <sysdep/config.h '/BIRD_VERSION/!d;s/^.*"\(.*\)"$/\1/'`
|
VERSION=`sed <sysdep/config.h '/BIRD_VERSION/!d;s/^.*"\(.*\)"$/\1/'`
|
||||||
|
|
Loading…
Reference in a new issue