Exclude svn specific files.

This commit is contained in:
ocoursiere
2012-10-18 20:58:53 +00:00
parent a2e40996ff
commit 3a00092fab

View File

@@ -67,7 +67,7 @@ actions Lex
} }
# Make a zip file named $(1) that include (recursively) all files in the directory list $(2), except the ones # Make a zip file named $(1) that include (recursively) all files in the directory list $(2), except the ones
# in the CVS subdirectories # in the CVS subdirectories, in cvsignore files, and in svn directories.
rule MakeZip rule MakeZip
{ {
Depends all : $(1) ; Depends all : $(1) ;
@@ -76,7 +76,7 @@ rule MakeZip
actions MakeZip actions MakeZip
{ {
zip $(DISTRIB_DIR)/$(1) -r $(2) -x \*CVS\* zip $(DISTRIB_DIR)/$(1) -r $(2) -x \*CVS\* -x \*cvsignore\* -x \*svn\*
} }
## OpenBeOS Generic Jamfile Engine v1.0.1 ## OpenBeOS Generic Jamfile Engine v1.0.1