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:
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 ...