Changeset 740
- Timestamp:
- Dec 17, 2006, 8:37:20 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/gnumake-footer.kmk
r729 r740 24 24 # 25 25 # 26 27 ## Converts an relative path to an absolute path using the given CWD. 28 # @returns absolute path. 29 # @param $1 The path to fixup. 30 # @param $2 The CWD to use. 31 abspathex = $(foreach _fix_path,$1\ 32 ,$(if $(subst :$(call no-root-slash,$(call no-drive,$(_fix_path))):,,:$(_fix_path):),$(_fix_path),$(abspath $2/$(_fix_path)))) 26 33 27 34 ## Figure out the tool for a source
Note:
See TracChangeset
for help on using the changeset viewer.