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>2011-04-10 19:24:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-10 19:24:05 +0400
commitdbd300910815692294e8919b6ea21e934731d2c8 (patch)
tree3ee917259147fc4d5fdd5140f7fd48ce85683de0 /GNUmakefile
parent1c11e40cb7ed708228b70284a62be34916ec1b4d (diff)
- background job style cleanup.
- assert if material assignment is called with lib. (so the callers can be corrected). - correct example docs
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 73d5c267705..008dfe77eae 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -106,7 +106,7 @@ test_pep8:
# run some checks on our cmakefiles.
test_cmake:
python build_files/cmake/cmake_consistency_check.py > test_cmake_consistency.log 2>&1
- @echo "written: test_cmake_consistency.txt"
+ @echo "written: test_cmake_consistency.log"
clean:
cd $(BUILD_DIR) ; make clean