From 3a00092fabc630531064dedd189ed6108ac610ea Mon Sep 17 00:00:00 2001 From: ocoursiere Date: Thu, 18 Oct 2012 20:58:53 +0000 Subject: [PATCH] Exclude svn specific files. --- bepascal/Jamrules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bepascal/Jamrules b/bepascal/Jamrules index eb77f92..d816f14 100644 --- a/bepascal/Jamrules +++ b/bepascal/Jamrules @@ -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 -# in the CVS subdirectories +# in the CVS subdirectories, in cvsignore files, and in svn directories. rule MakeZip { Depends all : $(1) ; @@ -76,7 +76,7 @@ rule 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