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