VirtualBox

Changeset 78133 in vbox


Ignore:
Timestamp:
Apr 16, 2019 12:30:26 AM (6 years ago)
Author:
vboxsync
Message:

linux/Makefile-footer.gmk: Check for VBOX_NOJOBS before creating JOBS. This allows passing -jxx to the top level Makefile without causing warnings / overrides in recursive-make jobs. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile-footer.gmk

    r77776 r78133  
    9292
    9393# Trigger parallel make job.
     94 ifndef VBOX_NOJOBS
    9495JOBS := $(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
     100JOBS :=
    97101 endif
    98102
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette