X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-upstream.sh;h=eb60520ace9ced00e2a8d7e3a3bd2d2cc0e9cd21;hb=1d3979f3268c80b4f8b878242fd7d6d182f3bce6;hp=3518c444e650c824330f3c370581f7db8395a3fd;hpb=3849e5bef023b49847ea4d950f968ccfc21db655;p=clsql.git diff --git a/make-upstream.sh b/make-upstream.sh index 3518c44..eb60520 100755 --- a/make-upstream.sh +++ b/make-upstream.sh @@ -77,8 +77,9 @@ 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 -r `find . -type f -name "*.so" -or -name "*.o"` rm -f `find . -type f -name .cvsignore` -rm -rf `find . -type d -name CVS` +rm -rf `find . -type d -name CVS -or -name .bin` rm -f `find . -type f -name '*~' -or -name '.#*' -or -name '#*#' -or -name ".*~"` rm -f `find doc -type f -name \*.tex -or -name \*.aux -or \ -name \*.log -or -name \*.out -or -name \*.dvi`