VirtualBox

Changeset 77426 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Feb 22, 2019 9:23:05 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
128989
Message:

Additional fix to r128951 (Linux kernel module MOD_DEF -> implicit -D, updated sed to not search for '-D')

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r76818 r77426  
    760760        $(call MSG_TOOL,Creating,,$@)
    761761        $(QUIET)$(SED) -e "" \
    762                 $(if-expr !defined(VBOX_WITH_HARDENING)   ,-e "s;-DVBOX_WITH_HARDENING;;g",) \
     762                $(if-expr !defined(VBOX_WITH_HARDENING)   ,-e "s;VBOX_WITH_HARDENING;;g",) \
    763763                $(if-expr ($(VBOX_VERSION_BUILD) % 2) == 0 \
    764                  , -e "s;-DVBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV;;g" -e "s;-DIPRT_WITH_EFLAGS_AC_PRESERVING;;g",) \
     764                 , -e "s;VBOX_WITH_EFLAGS_AC_SET_IN_VBOXDRV;;g" -e "s;IPRT_WITH_EFLAGS_AC_PRESERVING;;g",) \
    765765                --output $@ $<
    766766        %$(QUIET2)$(APPEND) -t '$(PATH_TARGET)/vboxdrv-src-1.dep' \
Note: See TracChangeset for help on using the changeset viewer.

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