Makefile: show build dir when configuring

This commit is contained in:
Campbell Barton 2015-09-22 00:16:53 +10:00
parent 894fd0c2fc
commit e4d016ce48
1 changed files with 1 additions and 1 deletions

View File

@ -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); \