X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-upstream.sh;h=941b66cd38ba2c6cc852412fc1870f606bdf3ce1;hb=d58e70bf6153ab3c1a59332f622a8b21d112faa6;hp=660b9ff22ae36049281c1c9cab1a058be413ebbd;hpb=f2abe318616ba5eeb2719ffb9d81c750198c0e37;p=clsql.git diff --git a/make-upstream.sh b/make-upstream.sh index 660b9ff..941b66c 100755 --- a/make-upstream.sh +++ b/make-upstream.sh @@ -77,6 +77,7 @@ cp -a ${TOPDIR} ${DISTDIR} echo "Cleaning distribution directory ${DISTDIR}" cd ${DISTDIR} rm -f upload.sh make-debian.sh make-upstream.sh cvsbp-prepare.sh test-suite/test.config +rm -f `find . -type f -name "*.so" -or -name "*.o"` rm -f `find . -type f -name .cvsignore` rm -rf `find . -type d -name CVS -or -name .bin` rm -f `find . -type f -name '*~' -or -name '.#*' -or -name '#*#' -or -name ".*~"`