mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 01:31:55 +00:00
Before building distribution tarballs, make distclean first.
This commit is contained in:
parent
2d176ac5d2
commit
4386360bd9
@ -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 New Issue
Block a user