Changeset 78133 in vbox
- Timestamp:
- Apr 16, 2019 12:30:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/linux/Makefile-footer.gmk
r77776 r78133 92 92 93 93 # Trigger parallel make job. 94 ifndef VBOX_NOJOBS 94 95 JOBS := $(shell (getconf _NPROCESSORS_ONLN || grep -Ec '^processor|^CPU[0-9]' /proc/cpuinfo) 2>/dev/null) 95 ifeq ($(JOBS),0) 96 override JOBS := 1 96 ifeq ($(JOBS),0) 97 override JOBS := 1 98 endif 99 else 100 JOBS := 97 101 endif 98 102
Note:
See TracChangeset
for help on using the changeset viewer.