0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00

Before building distribution tarballs, make distclean first.

This commit is contained in:
Martin Mares 2000-06-09 06:46:58 +00:00
parent 2d176ac5d2
commit 4386360bd9

View File

@ -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/'`