Ignore:
Timestamp:
May 27, 2007, 9:05:11 PM (18 years ago)
Author:
bird
Message:

We're no longer required to use the slow $(call ) sequence to invoke kmk-only functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/subheader.kmk

    r819 r979  
    7777
    7878 # push the current old makefile onto the stack.
    79  $(call stack-push,_SUB_MAKEFILE_STACK,$(MAKEFILE_CURRENT))
     79 $(stack-push _SUB_MAKEFILE_STACK,$(MAKEFILE_CURRENT))
    8080
    8181 # the current makefile is the 2nd from the end of the MAKEFILE_LIST (we're the last one).
    8282 __tmp := $(MAKEFILE_LIST)
    83  $(call stack-popv,__tmp)
    84  MAKEFILE_CURRENT := $(call stack-top,__tmp)
     83 $(stack-popv __tmp)
     84 MAKEFILE_CURRENT := $(stack-top __tmp)
    8585 PATH_SUB_CURRENT := $(abspath $(dir $(MAKEFILE_CURRENT)))
    8686endif
Note: See TracChangeset for help on using the changeset viewer.