VirtualBox

Changeset 850 in kBuild for trunk


Ignore:
Timestamp:
Feb 8, 2007 10:43:31 PM (18 years ago)
Author:
bird
Message:

Moved the gnumake-header.kmk inclusion a bit down so the 'override' on the APPEND* definitions can be removed.

Location:
trunk/kBuild
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/gnumake-header.kmk

    r825 r850  
    6767##
    6868# Use the APPEND shell script in case we're boot strapping.
    69 override APPEND_EXT := $(PATH_KBUILD)/gnumake-append.sh
    70 override APPEND = $(APPEND_EXT)
     69APPEND_EXT := $(PATH_KBUILD)/gnumake-append.sh
     70APPEND = $(APPEND_EXT)
    7171
    7272#
  • trunk/kBuild/header.kmk

    r845 r850  
    227227  endif
    228228 endif
    229 else
    230  include $(PATH_KBUILD)/gnumake-header.kmk
    231229endif
    232230
     
    705703# all passes mentioned by DEFAULT_PASSES.
    706704PASSES := FETCHES PATCHES $(DEFAULT_PASSES) NOTHING CLEAN
     705
     706
     707#
     708# Include the gnumake header hacks if we're not using kmk.
     709#
     710ifndef KMK_VERSION
     711 include $(PATH_KBUILD)/gnumake-header.kmk
     712endif
    707713
    708714
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