mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-15 22:00:06 -04:00
Fixed building snapshots - cvs update ignores new directories.
Also do not need to run make git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@681 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
parent
aea655ca14
commit
c2a4a3a67f
1 changed files with 3 additions and 11 deletions
|
|
@ -29,22 +29,14 @@ function make_dist {
|
|||
PATH=$PATH
|
||||
[[ ! -d $IN/$cvs_rel ]] && mkdir -p $IN/$cvs_rel
|
||||
cd $IN/$cvs_rel
|
||||
if [[ -d $PROJECT ]] ; then
|
||||
cd $PROJECT
|
||||
rm configure.in
|
||||
cvs update -r $cvs_rel
|
||||
else
|
||||
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
|
||||
cd $PROJECT
|
||||
fi
|
||||
|
||||
rm -f $PROJECT/configure.in
|
||||
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/nagiosplug co -r $cvs_rel nagiosplug
|
||||
cd $PROJECT
|
||||
sed 's/^VER=.*/VER=$v$DS/;s/^REL=.*/REL=snapshot/' configure.in > configure.tmp
|
||||
mv configure.tmp configure.in
|
||||
tools/setup
|
||||
./configure
|
||||
|
||||
make
|
||||
|
||||
# Make the Nagiosplug dist tarball
|
||||
make dist
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue