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-02-22 08:49:21 +0300
committerCampbell Barton <ideasman42@gmail.com>2011-02-22 08:49:21 +0300
commit44e33571cad0843ecd5029b77a336dc4d7120eef (patch)
tree7ad6052fcdfa9f79277e1d4e80d050d36e22d878 /GNUmakefile
parentdd8383e469369a116c00b479af23028b77827b42 (diff)
part of a patch from Dan Eicher with some edits.
- clean svn string: 35042:35051M -> 35051 - debian and pacman build with threads by default.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 9815477dd39..0e1f57bd3dc 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -85,10 +85,10 @@ debug: all
# package types
package_debian:
- cd build_files/package_spec ; sh ./build_debian.sh
+ cd build_files/package_spec ; DEB_BUILD_OPTIONS="parallel=$(NPROCS)" sh ./build_debian.sh
package_pacman:
- cd build_files/package_spec/pacman ; makepkg --asroot
+ cd build_files/package_spec/pacman ; MAKEFLAGS="-j$(NPROCS)" makepkg --asroot
# forward build targets
test: