Delete automate*cache.
This commit is contained in:
parent
bf1b1b605b
commit
ff61673427
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ $AC
|
||||||
./configure
|
./configure
|
||||||
make distclean
|
make distclean
|
||||||
$AC
|
$AC
|
||||||
rm -rf autom4te.cache
|
rm -rf autom4te*cache
|
||||||
( 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/'`
|
||||||
REL=bird-$VERSION
|
REL=bird-$VERSION
|
||||||
|
|
Loading…
Reference in a new issue