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>2015-09-21 17:16:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-09-21 17:16:53 +0300
commite4d016ce48d18354863f4918e40859e29a9e3fa6 (patch)
tree2714911b1f19a7b195dceb41a6d77095146ed157 /GNUmakefile
parent894fd0c2fc40ebbd5c501f4a49a9da8721b2cf54 (diff)
Makefile: show build dir when configuring
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3c2ab9d51b9..c73aaa7bfbb 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -122,7 +122,7 @@ endif
# Build Blender
all: FORCE
@echo
- @echo Configuring Blender ...
+ @echo Configuring Blender in \"$(BUILD_DIR)\" ...
# # if test ! -f $(BUILD_DIR)/CMakeCache.txt ; then \
# # $(CMAKE_CONFIG); \