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:
Ton Voon 2003-08-11 19:43:36 +00:00
parent aea655ca14
commit c2a4a3a67f

View file

@ -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