[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19902] branches/blender2.5/blender/source /darwin/Makefile: 2.5

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


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

Log Message:
-----------
2.5

Make: removing hidden directories from .app failed.

Modified Paths:
--------------
    branches/blender2.5/blender/source/darwin/Makefile

Modified: branches/blender2.5/blender/source/darwin/Makefile
===================================================================
--- branches/blender2.5/blender/source/darwin/Makefile	2009-04-23 09:15:42 UTC (rev 19901)
+++ branches/blender2.5/blender/source/darwin/Makefile	2009-04-23 09:59:03 UTC (rev 19902)
@@ -52,7 +52,7 @@
 	@echo "---> copying ui scripts"
 	@cp -R $(NANBLENDERHOME)/release/ui $(DIR)/bin/$(APPLICATION).app/Contents/MacOS/.blender/
 endif
-	@echo "---> removing CVS directories and Mac hidden files from distribution"
+	@echo "---> removing SNV 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