X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-upstream.sh;h=aa72dacd3d6e73c916286b5d57a97adccd2bde85;hb=59048cd29c90f7e1b6e3c47c625781688aae7c63;hp=77212bdce0b6f03b1a303703aa197e45d579ea7e;hpb=940bf625bfd7e6bd0fb535139e6175347d67f3fc;p=ctsim.git diff --git a/make-upstream.sh b/make-upstream.sh index 77212bd..aa72dac 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 +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"