Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-06-27 17:18:08 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-06-27 17:18:08 +0400
commita961d62653554f69d15c08a45c083c3200d8e1cf (patch)
treebd1c287a5338e909aa50f40a316263c19534bd15 /GNUmakefile
parent4dd18f7e6fb2a1c633ee357a15f1534700efebc3 (diff)
initialize cmake's CMAKE_BUILD_TYPE to 'Release'
add reference to cmake cache for convenience GNUMakefile
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 47073bf5734..b55890f9271 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -75,7 +75,8 @@ all:
@echo Building Blender ...
make -C $(BUILD_DIR) -s -j $(NPROCS) install
@echo
- @echo run blender from "$(BUILD_DIR)/bin/blender"
+ @echo edit build configuration with: "$(BUILD_DIR)/CMakeCache.txt" run make again to rebuild.
+ @echo blender installed, run from: "$(BUILD_DIR)/bin/blender"
@echo
debug: all