From: Kevin M. Rosenberg Date: Sun, 26 May 2002 21:37:27 +0000 (+0000) Subject: r2074: *** empty log message *** X-Git-Tag: debian-4.5.3-3~253 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=a15dd06c7d4aa19df16295edce15710e3e7127d0 r2074: *** empty log message *** --- diff --git a/make-upstream.sh b/make-upstream.sh index 5f127a9..e293d3d 100755 --- a/make-upstream.sh +++ b/make-upstream.sh @@ -72,11 +72,11 @@ echo "Cleaning distribution directory ${DISTDIR}" cd ${DISTDIR} rm -f upload.sh make-debian.sh make-upstream.sh cvsbp-prepare.sh make-doc.sh rm -f `find . -type f -name .cvsignore` -rm -rf `find . -type d -name CVS` -rm -f `find . -type f -name '*~' -or -name '.#*' -or -name '#*#' -or -name ".*~"` +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 configure-stamp autom4te.cache configure.ac do-autoconf +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 cd .. echo "Creating upstream archives"