From a15dd06c7d4aa19df16295edce15710e3e7127d0 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Sun, 26 May 2002 21:37:27 +0000 Subject: [PATCH] r2074: *** empty log message *** --- make-upstream.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.34.1