mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-ggsn.git
synced 2025-11-03 13:43:25 +00:00
Allow bootstrap to remove temp files
This commit is contained in:
13
bootstrap
13
bootstrap
@@ -1,5 +1,12 @@
|
||||
#! /bin/sh
|
||||
|
||||
# bootstrap - Execute relevant autotools scripts
|
||||
|
||||
# After running this script the directory is ready for distribution as
|
||||
# a tarball.
|
||||
|
||||
# It should also be executed before checking milestones into CVS.
|
||||
|
||||
aclocal
|
||||
autoheader
|
||||
touch config.h.in
|
||||
@@ -7,3 +14,9 @@ automake
|
||||
autoconf
|
||||
./configure
|
||||
make clean
|
||||
|
||||
rm config.status
|
||||
rm libtool
|
||||
rm -r autom4te.cache/
|
||||
rm aclocal.m4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user