Changeset 979 for trunk/kBuild/subheader.kmk
- Timestamp:
- May 27, 2007, 9:05:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/subheader.kmk
r819 r979 77 77 78 78 # 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)) 80 80 81 81 # the current makefile is the 2nd from the end of the MAKEFILE_LIST (we're the last one). 82 82 __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) 85 85 PATH_SUB_CURRENT := $(abspath $(dir $(MAKEFILE_CURRENT))) 86 86 endif
Note:
See TracChangeset
for help on using the changeset viewer.