Ignore:
Timestamp:
Aug 21, 2020, 1:48:40 PM (5 years ago)
Author:
bird
Message:

kbuild/*.kmk: PATH_KBUILD->KBUILD_PATH

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/rules.kmk

    r3121 r3422  
    3232#
    3333
    34 ifdef PATH_KBUILD
     34ifdef KBUILD_PATH
    3535# Usual location.
    36 include $(PATH_KBUILD)/header.kmk
     36include $(KBUILD_PATH)/header.kmk
    3737else
    3838# Default location.
     
    4040endif
    4141
    42 # PATH_KBUILD is defined now.
    43 include $(PATH_KBUILD)/footer.kmk
     42# KBUILD_PATH is defined now.
     43include $(KBUILD_PATH)/footer.kmk
    4444
Note: See TracChangeset for help on using the changeset viewer.