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-06-17 02:16:17 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-06-17 02:38:24 +0300
commit81b37f5e92340cae8df118315b1ba6ac0cc02b0b (patch)
treeb3b881dd8073426b027d022cdd8c08c999b43009 /GNUmakefile
parentecdbe3cc6351bd5f59b0052289419a0337047574 (diff)
CMake: use functions instead of macros
Reduces issues with vars leaking into the parent scope.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 8d251cb20ee..3c2ab9d51b9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -124,12 +124,12 @@ all: FORCE
@echo
@echo Configuring Blender ...
- # if test ! -f $(BUILD_DIR)/CMakeCache.txt ; then \
- # $(CMAKE_CONFIG); \
- # fi
+# # if test ! -f $(BUILD_DIR)/CMakeCache.txt ; then \
+# # $(CMAKE_CONFIG); \
+# # fi
- # do this always incase of failed initial build, could be smarter here...
- $(CMAKE_CONFIG)
+# # do this always incase of failed initial build, could be smarter here...
+ @$(CMAKE_CONFIG)
@echo
@echo Building Blender ...