X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=make-upstream.sh;h=941b66cd38ba2c6cc852412fc1870f606bdf3ce1;hb=6d7e9a86e0327598339a7358e61ca604b3e518a0;hp=1bc4fb9158a01c28bdbbc7e70369eb5e6c8d6c92;hpb=027a7e4184689652fe762bf079e37b6a0e3c41ca;p=clsql.git diff --git a/make-upstream.sh b/make-upstream.sh index 1bc4fb9..941b66c 100755 --- a/make-upstream.sh +++ b/make-upstream.sh @@ -76,9 +76,8 @@ cp -a ${TOPDIR} ${DISTDIR} echo "Cleaning distribution directory ${DISTDIR}" cd ${DISTDIR} -make distclean rm -f upload.sh make-debian.sh make-upstream.sh cvsbp-prepare.sh test-suite/test.config -rm -f +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 ".*~"`