VirtualBox

Changeset 80291 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Aug 15, 2019 2:28:47 PM (5 years ago)
Author:
vboxsync
Message:

Installers/Linux: more selective way to eliminate the variables passed through the environment which cause trouble in the sub-make

File:
1 edited

Legend:

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

    r80289 r80291  
    144144  # for building kernel modules), since they should derive KERN_DIR from the
    145145  # respective command line variables to come up with the value they expect.
    146   unexport KERN_VER KERN_DIR MAKEFLAGS
     146  unexport KERN_VER KERN_DIR
     147  MAKEOVERRIDES := $(filter-out KERN_VER=% KERN_DIR=%,$(MAKEOVERRIDES))
    147148 endif
    148149
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