Changeset 61411 in vbox for trunk/src/VBox/Installer/linux/Makefile.include.footer
- Timestamp:
- Jun 2, 2016 1:06:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile.include.footer
r59453 r61411 75 75 obj-m += $(MODULE).o 76 76 77 JOBS := $(shell (getconf _NPROCESSORS_ONLN || grep -Ec '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/dev/null) 78 ifeq ($(JOBS),0) 79 JOBS := 1 80 endif 81 77 82 # OL/UEK: disable module signing for external modules -- we don't have any private key 78 83 $(MODULE): 79 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) CONFIG_MODULE_SIG= -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) modules84 $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) CONFIG_MODULE_SIG= -C $(KERN_DIR) SUBDIRS=$(CURDIR) SRCROOT=$(CURDIR) -j$(JOBS) modules 80 85 81 86 modules_install:
Note:
See TracChangeset
for help on using the changeset viewer.