- exlude CVS directories when making source package
This commit is contained in:
parent
740d0806f5
commit
f7db74b2f8
@ -15,7 +15,7 @@ export DIR=bochs-1.2.1
|
|||||||
|
|
||||||
source:
|
source:
|
||||||
cvs export -r$TAG -d$DIR bochs
|
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:
|
win32 makefiles:
|
||||||
rm -rf $DIR
|
rm -rf $DIR
|
||||||
|
Loading…
Reference in New Issue
Block a user