- exlude CVS directories when making source package

This commit is contained in:
Christophe Bothamy 2003-11-07 23:08:01 +00:00
parent 740d0806f5
commit f7db74b2f8

View File

@ -15,7 +15,7 @@ export DIR=bochs-1.2.1
source:
cvs export -r$TAG -d$DIR bochs
tar czvf bochs-$VERSION.tar.gz $DIR
tar czvf bochs-$VERSION.tar.gz --exclude CVS $DIR
win32 makefiles:
rm -rf $DIR