From: Kevin M. Rosenberg Date: Mon, 27 May 2002 16:12:11 +0000 (+0000) Subject: r2077: *** empty log message *** X-Git-Tag: debian-4.5.3-3~250 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=f69ee8eee5953788fc724e503926e4bfa2185e72 r2077: *** empty log message *** --- diff --git a/cvsbp-prepare.sh b/cvsbp-prepare.sh index 07b486e..1769405 100755 --- a/cvsbp-prepare.sh +++ b/cvsbp-prepare.sh @@ -16,6 +16,6 @@ fi # Clean checked out CVS directory rm -f upload.sh make-upstream.sh make-debian.sh make-doc.sh do-autoconf cvsbp-prepare.sh rm -f `find . -type f -name .cvsignore` -rm -rf images doc stamp-h.in build-stamp configure-stamp configure.ac +rm -rf images doc stamp-h.in build-stamp configure-stamp rm -f cvsbp-prepare.sh diff --git a/make-upstream.sh b/make-upstream.sh index e293d3d..aa72dac 100755 --- a/make-upstream.sh +++ b/make-upstream.sh @@ -76,7 +76,7 @@ rm -rf `find . -type d -name CVS -or -name .deps` rm -f `find . -type f -name '*~' -or -name '.#*' -or -name '#*#' -or -name ".*~" -or -name "*.o" -or -name "*.a"` rm -f `find doc -type f -name \*.tex -or -name \*.aux -or \ -name \*.log -or -name \*.out -or -name \*.dvi` -rm -rf images doc stamp-h.in build-stamp stamp-h configure-stamp autom4te.cache configure.ac do-autoconf config.log config.status config.h +rm -rf images doc stamp-h.in build-stamp stamp-h configure-stamp autom4te.cache do-autoconf config.log config.status config.h cd .. echo "Creating upstream archives"