From 121fd266b0ed4865dc995448985e1725fc42b3c8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 15 Aug 2012 22:59:23 +0000 Subject: for the default make/cmake wrapper, use ../build_os rather then ../build/os --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 88ce32959af..f48ac5c2e41 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 @@ ifndef BUILD_CMAKE_ARGS endif ifndef BUILD_DIR - BUILD_DIR:=$(shell dirname $(BLENDER_DIR))/build/$(OS_NCASE) + BUILD_DIR:=$(shell dirname $(BLENDER_DIR))/build_$(OS_NCASE) endif -- cgit v1.2.3