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-03-06 15:04:59 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-03-06 15:04:59 +0300
commita803fb095ceb4c8eb3f1c8a4993f798dfa13143c (patch)
treefc351ea9e175ad3e157f73100eb349493d79213a /GNUmakefile
parent6106d919c3654f0273be1d2eb7f7792fcd1a69ca (diff)
update 'make' GNUmakefile stub to run 'make install'
update packman and debian for to disable portable install option.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0e1f57bd3dc..265826f3125 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -75,7 +75,7 @@ all:
@echo
@echo Building Blender ...
- cd $(BUILD_DIR) ; make -s -j $(NPROCS)
+ cd $(BUILD_DIR) ; make -s -j $(NPROCS) install
@echo
@echo run blender from "$(BUILD_DIR)/bin/blender"
@echo