[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [49927] trunk/blender/GNUmakefile: for the default make/cmake wrapper, use ../build_os rather then ../build/ os

Campbell Barton ideasman42 at gmail.com
Thu Aug 16 00:59:23 CEST 2012


Revision: 49927
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=49927
Author:   campbellbarton
Date:     2012-08-15 22:59:23 +0000 (Wed, 15 Aug 2012)
Log Message:
-----------
for the default make/cmake wrapper, use ../build_os rather then ../build/os

Modified Paths:
--------------
    trunk/blender/GNUmakefile

Modified: trunk/blender/GNUmakefile
===================================================================
--- trunk/blender/GNUmakefile	2012-08-15 22:55:37 UTC (rev 49926)
+++ trunk/blender/GNUmakefile	2012-08-15 22:59:23 UTC (rev 49927)
@@ -19,9 +19,9 @@
 #
 # ##### END GPL LICENSE BLOCK #####
 
-# This Makefile does an out-of-source CMake build in ../build/`OS`_`CPU`
+# This Makefile does an out-of-source CMake build in ../build_`OS`_`CPU`
 # eg:
-#   ../build/Linux_i386
+#   ../build_linux_i386
 # This is for users who like to configure & build blender with a single command.
 
 
@@ -40,7 +40,7 @@
 endif
 
 ifndef BUILD_DIR
-	BUILD_DIR:=$(shell dirname $(BLENDER_DIR))/build/$(OS_NCASE)
+	BUILD_DIR:=$(shell dirname $(BLENDER_DIR))/build_$(OS_NCASE)
 endif
 
 




More information about the Bf-blender-cvs mailing list