mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Before building distribution tarballs, make distclean first.
This commit is contained in:
parent
2d176ac5d2
commit
4386360bd9
@ -5,7 +5,9 @@
|
||||
#
|
||||
|
||||
set -e
|
||||
[ -f Makefile ] && make distclean
|
||||
autoconf
|
||||
./configure
|
||||
make distclean
|
||||
autoconf
|
||||
( cd doc ; make docs ; make clean )
|
||||
VERSION=`sed <sysdep/config.h '/BIRD_VERSION/!d;s/^.*"\(.*\)"$/\1/'`
|
||||
|
Loading…
Reference in New Issue
Block a user