Changeset 130 for trunk/kBuild/header.kmk
- Timestamp:
- Jun 29, 2004, 7:30:14 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r129 r130 285 285 endif 286 286 287 ## ABSPATH - make s a pathabsolute.287 ## ABSPATH - make paths absolute. 288 288 # This implementation is clumsy and doesn't resolve '..' and '.' components. 289 289 # … … 293 293 $(if $(patsubst %:,,$(firstword $(subst :,: ,$(path)))),$(PATH_CURRENT)/$(path),$(path)),\ 294 294 $(path)))) 295 ## DIRDEP - make create directory dependencies. 296 # 297 # @param $1 The paths to the directories which must be created. 298 DIRDEP = $(foreach path,$(1),$(path)/.dir_created) 299 295 300 296 301 ## Cygwin kludge.
Note:
See TracChangeset
for help on using the changeset viewer.