Changeset 874 for trunk/kBuild/header.kmk
- Timestamp:
- Apr 6, 2007, 8:01:14 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r859 r874 749 749 # Include the config.kmk we found file (or the default one). 750 750 include $(_CFGFILE) 751 752 753 # 754 # Finalize a the central path variables now that we've included the Config.kmk file. 755 # 756 # This prevents some trouble when users override the defaults for these 757 # variables and uses relative paths or paths with incorrect case. 758 # 759 PATH_OUT := $(abspath $(PATH_OUT)) 760 PATH_OBJ := $(abspath $(PATH_OBJ)) 761 PATH_TARGET := $(abspath $(PATH_TARGET)) 762 PATH_INS := $(abspath $(PATH_INS)) 763 PATH_BIN := $(abspath $(PATH_BIN)) 764 PATH_DLL := $(abspath $(PATH_DLL)) 765 PATH_SYS := $(abspath $(PATH_SYS)) 766 PATH_LIB := $(abspath $(PATH_LIB)) 767 PATH_DOC := $(abspath $(PATH_DOC)) 751 768 752 769 … … 884 901 885 902 886 887 903 # end-of-file-content 888 904 __header_kmk__ := 1
Note:
See TracChangeset
for help on using the changeset viewer.