|
|
@ -3,7 +3,7 @@ SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; pri
|
|
|
|
FORMATTER=../../hacking/module_formatter.py
|
|
|
|
FORMATTER=../../hacking/module_formatter.py
|
|
|
|
DUMPER=../../hacking/dump_playbook_attributes.py
|
|
|
|
DUMPER=../../hacking/dump_playbook_attributes.py
|
|
|
|
ifeq ($(shell echo $(OS) | egrep -ic 'Darwin|FreeBSD|OpenBSD|DragonFly'),1)
|
|
|
|
ifeq ($(shell echo $(OS) | egrep -ic 'Darwin|FreeBSD|OpenBSD|DragonFly'),1)
|
|
|
|
CPUS := $(shell sysctl hw.ncpu|awk '{print $2}')
|
|
|
|
CPUS := $(shell sysctl hw.ncpu|awk '{print $$2}')
|
|
|
|
else
|
|
|
|
else
|
|
|
|
CPUS := $(shell nproc)
|
|
|
|
CPUS := $(shell nproc)
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|