Ignore:
Timestamp:
Dec 17, 2006, 8:41:22 AM (19 years ago)
Author:
bird
Message:

Fixed the sub-makefile bustage and added two sanitychecks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/subheader.kmk

    r729 r742  
    2424#
    2525#
     26
     27#
     28# Sanity check.
     29#
     30ifdef __footer_kmk__
     31$(error kBuild: footer.kmk has already been included. Fix your sub-makefiles!)
     32endif
    2633
    2734ifndef _SUB_MAKEFILE_NOT_FIRST
Note: See TracChangeset for help on using the changeset viewer.