X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-upstream.sh;h=e293d3d29e3fce8059220c542c8b26e83d615bff;hb=a15dd06c7d4aa19df16295edce15710e3e7127d0;hp=5f127a9e5be0a355503010cc0364bc595d0c03b9;hpb=b5ce82c86617c45dcc0b2868a5a66c2fbfceb877;p=ctsim.git 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"