[Bf-blender-cvs] [e4d016c] master: Makefile: show build dir when configuring

Campbell Barton noreply at git.blender.org
Mon Sep 21 16:23:12 CEST 2015


Commit: e4d016ce48d18354863f4918e40859e29a9e3fa6
Author: Campbell Barton
Date:   Tue Sep 22 00:16:53 2015 +1000
Branches: master
https://developer.blender.org/rBe4d016ce48d18354863f4918e40859e29a9e3fa6

Makefile: show build dir when configuring

===================================================================

M	GNUmakefile

===================================================================

diff --git a/GNUmakefile b/GNUmakefile
index 3c2ab9d..c73aaa7 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); \




More information about the Bf-blender-cvs mailing list