Merge remote-tracking branch 'upstream/master'

pull/6/head
philsmd 9 years ago
commit 3f79ac5964

@ -4,16 +4,17 @@
##
##
## Detect host OS
## Detect number of processors
##
NPROCS := $(shell grep -c ^processor /proc/cpuinfo)
OS := $(shell uname)
##
## Makefile flags
##
MAKEFLAGS += -l -j -rR --no-print-directory
MAKEFLAGS += -l -j $(NPROCS) -rR --no-print-directory
ifneq ($(findstring clean,$(MAKECMDGOALS)),)
MAKEFLAGS += -j 1

Loading…
Cancel
Save