From f69ee8eee5953788fc724e503926e4bfa2185e72 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 27 May 2002 16:12:11 +0000 Subject: [PATCH] r2077: *** empty log message *** --- cvsbp-prepare.sh | 2 +- make-upstream.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.34.1