VirtualBox

Changeset 1394 in kBuild for trunk


Ignore:
Timestamp:
Mar 15, 2008 9:09:08 PM (17 years ago)
Author:
bird
Message:

Fixed bugs in BLD_TYPE and BLD_TRG_CPU collection for inheritance optimizations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r1370 r1394  
    285285define def_collect_bld_xyz
    286286ifdef ($(src)_BLD_TYPE)
    287  _BLD_TYPE += $($(src)_BLD_TYPE)
     287 _BLD_TYPES += $($(src)_BLD_TYPE)
    288288endif
    289289ifdef ($(src)_BLD_TRG)
     
    294294endif
    295295ifdef ($(src)_BLD_TRG_CPU)
    296  _BLD_CPU += $($(src)_BLD_TRG_CPU)
     296 _BLD_CPUS += $($(src)_BLD_TRG_CPU)
    297297endif
    298298endef # def_collect_bld_xyz
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