X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-upstream.sh;h=e293d3d29e3fce8059220c542c8b26e83d615bff;hb=8c852f9dd40d54ee3d4ac23e103ab5de120a98f3;hp=f515b13194d25975bb699f5039ce502032b4872b;hpb=17b109cba947aaec9e20266eda1d2cfe4b2779eb;p=ctsim.git diff --git a/make-upstream.sh b/make-upstream.sh index f515b13..e293d3d 100755 --- a/make-upstream.sh +++ b/make-upstream.sh @@ -40,7 +40,7 @@ DEBDIR=${DEBPKG}-${VERSION} if [ -f ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz ]; then echo "File ${PACKAGE_DIR}/${DEBPKG}_${VERSION}.orig.tar.gz already exists." - echo -n "Are you sure that you want to create a new upstream source (y/N): " + echo -n "Are you sure that you want to create a new upstream archive? (y/N): " read answer case $answer in [Yy]*) nop= ;; @@ -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 configure.ac do-autoconf config.log config.status config.h cd .. echo "Creating upstream archives"