projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ca8fe
)
OSX: fix T40413, automatic threads for compile throw wrong output
author
Jens Verwiebe <info@jensverwiebe.de>
Thu, 29 May 2014 09:15:32 +0000
(11:15 +0200)
committer
Jens Verwiebe <info@jensverwiebe.de>
Thu, 29 May 2014 09:15:32 +0000
(11:15 +0200)
GNUmakefile
patch
|
blob
|
history
diff --git
a/GNUmakefile
b/GNUmakefile
index 0370eba54ae24d78aa500d759b9e8724a41628ea..4f76cb3565db3ffb7cacb984d5df9d9c1a2ab800 100644
(file)
--- a/
GNUmakefile
+++ b/
GNUmakefile
@@
-77,7
+77,7
@@
ifeq ($(OS), Linux)
NPROCS:=$(shell nproc)
endif
ifeq ($(OS), Darwin)
- NPROCS:=$(shell sysctl -a | grep "hw.ncpu" | cut -d" " -f
2
)
+ NPROCS:=$(shell sysctl -a | grep "hw.ncpu" | cut -d" " -f
3
)
endif
ifeq ($(OS), FreeBSD)
NPROCS:=$(shell sysctl -a | grep "hw.ncpu" | cut -d" " -f2 )