[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19903] trunk/blender/source/darwin/ Makefile: Make: removing hidden directories from .app failed.

Ton Roosendaal ton at blender.org
Thu Apr 23 11:59:19 CEST 2009


Revision: 19903
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19903
Author:   ton
Date:     2009-04-23 11:59:19 +0200 (Thu, 23 Apr 2009)

Log Message:
-----------
Make: removing hidden directories from .app failed.

Modified Paths:
--------------
    trunk/blender/source/darwin/Makefile

Modified: trunk/blender/source/darwin/Makefile
===================================================================
--- trunk/blender/source/darwin/Makefile	2009-04-23 09:59:03 UTC (rev 19902)
+++ trunk/blender/source/darwin/Makefile	2009-04-23 09:59:19 UTC (rev 19903)
@@ -50,7 +50,7 @@
 	@cp -R $(NANBLENDERHOME)/bin/.blender $(DIR)/bin/$(APPLICATION).app/Contents/MacOS
 	@cp -R $(NANBLENDERHOME)/release/scripts $(DIR)/bin/$(APPLICATION).app/Contents/MacOS/.blender/
 endif
-	@echo "---> removing CVS directories and Mac hidden files from distribution"
+	@echo "---> removing SVN directories and Mac hidden files from distribution"
 	@find $(DIR)/bin/$(APPLICATION).app -name CVS -prune -exec rm -rf {} \;
 	@find $(DIR)/bin/$(APPLICATION).app -name .DS_Store -exec rm -f {} \;
-	@find $(DIR)/bin/$(APPLICATION).app -name .svn -exec rm -rf {} \;
+	@find $(DIR)/bin/$(APPLICATION).app -name .svn -prune -exec rm -rf {} \;





More information about the Bf-blender-cvs mailing list