VirtualBox

Changeset 1266 in kBuild for trunk


Ignore:
Timestamp:
Nov 13, 2007 8:03:31 AM (17 years ago)
Author:
bird
Message:

Fixed inheritance bug, incorrect loop detection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r1260 r1266  
    233233 else
    234234  # Check for inheritance loops.
    235   ifneq ($(target)_EXTENDS_STATUS_),42)
    236    $(error kBuild: Target inheritance loop! target=$(target))
     235  ifneq ($($(trg)_EXTENDS_STATUS_),42)
     236   $(error kBuild: Target inheritance loop! target=$(trg) $(trg)_EXTENDS_STATUS_=$($(trg)_EXTENDS_STATUS_))
    237237  endif
    238238 endif
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