Ignore:
Timestamp:
Jan 14, 2020, 4:11:48 PM (6 years ago)
Author:
bird
Message:

header.kmk,footer.kmk: Moved _DEPFILES_INCLUDED definition to the header since the KB_FN_AUTO_CMD_DEPS_EX macros references it during makefile loading and would leave all it's .auto-dep files behind.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/footer.kmk

    r3128 r3305  
    9595# Dependency files. (currently not on target level, only this global stuff)
    9696_DEPFILES        := $(DEPFILES)    $(DEPFILES.$(KBUILD_TARGET))      $(DEPFILES.$(KBUILD_TARGET).$(KBUILD_TARGET_ARCH))        $(DEPFILES.$(KBUILD_TARGET_ARCH))    $(DEPFILES.$(KBUILD_TARGET_CPU))     $(DEPFILES.$(KBUILD_TYPE))
    97 
    98 # included dependency files.
    99 _DEPFILES_INCLUDED :=
    10097
    10198
Note: See TracChangeset for help on using the changeset viewer.