From: naoki i. <am...@us...> - 2008-05-25 08:04:49
|
Update of /cvsroot/popfile/macosx/addssl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19367/addssl Modified Files: Makefile Log Message: Filter CVS folders in building the installer Index: Makefile =================================================================== RCS file: /cvsroot/popfile/macosx/addssl/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 25 May 2008 07:38:05 -0000 1.2 --- Makefile 25 May 2008 08:04:55 -0000 1.3 *************** *** 69,73 **** @echo "Building installer packages ..." ! $(PACKAGE_MAKER) --root $(PACKAGE_ROOT) --id $(PACKAGE_ID) --out $(PACKAGE) --root-volume-only --discard-forks --target 10.3 --resources $(RESOURCES) --scripts $(RESOURCES) --title $(PACKAGE_TITLE) --version $(PACKAGE_VERSION) @echo "...done" --- 69,84 ---- @echo "Building installer packages ..." ! $(PACKAGE_MAKER) \ ! --root $(PACKAGE_ROOT) \ ! --id $(PACKAGE_ID) \ ! --out $(PACKAGE) \ ! --root-volume-only \ ! --discard-forks \ ! --target 10.3 \ ! --resources $(RESOURCES) \ ! --scripts $(RESOURCES) \ ! --title $(PACKAGE_TITLE) \ ! --version $(PACKAGE_VERSION) \ ! --filter CVS @echo "...done" |