Ignore:
Timestamp:
Jan 18, 2006, 6:00:37 PM (20 years ago)
Author:
bird
Message:

Bitch if we don't find a Config.kmk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r414 r416  
    690690_CFGFILES   :=
    691691_CFGDIR     :=
     692ifeq ($(_CFGFILE),)
     693$(error kBuild: no Config.kmk file found! Check the DEPTH: DEPTH='$(DEPTH)' PATH_CURRENT='$(PATH_CURRENT)')
     694endif
    692695
    693696# Include the config.kmk we found file (or the default one).
Note: See TracChangeset for help on using the changeset viewer.