From e4d016ce48d18354863f4918e40859e29a9e3fa6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 22 Sep 2015 00:16:53 +1000 Subject: [PATCH] Makefile: show build dir when configuring --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \