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/subfooter.kmk

    r819 r979  
    6767 # Switch back to the context of previous makefile on the stack.
    6868 #
    69  MAKEFILE_CURRENT := $(call stack-pop,_SUB_MAKEFILE_STACK)
     69 MAKEFILE_CURRENT := $(stack-pop _SUB_MAKEFILE_STACK)
    7070 PATH_SUB_CURRENT := $(abspath $(dir $(MAKEFILE_CURRENT)))
    7171
Note: See TracChangeset for help on using the changeset viewer.