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>2016-01-04 12:38:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-04 12:42:00 +0300
commit236fabcc41eb769112a1d61ded82f6b913d0d434 (patch)
tree325b29600e535aac46d22b580cbbec37faae4225 /GNUmakefile
parent4c37d910deb5a6e202cb9e166755780e5d0c89b1 (diff)
Minor edits to sync make.bat & makefile
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c73aaa7bfbb..2732fdb6c8c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -136,7 +136,7 @@ all: FORCE
$(MAKE) -C "$(BUILD_DIR)" -s -j $(NPROCS) install
@echo
@echo edit build configuration with: "$(BUILD_DIR)/CMakeCache.txt" run make again to rebuild.
- @echo blender installed, run from: "$(BUILD_DIR)/bin/blender"
+ @echo Blender successfully built, run from: "$(BUILD_DIR)/bin/blender"
@echo
debug: all