Changeset 513 for trunk/kBuild
- Timestamp:
- Sep 15, 2006, 9:38:49 AM (19 years ago)
- Location:
- trunk/kBuild
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/header.kmk
r480 r513 464 464 # 465 465 # @param $1 The paths to the directories which must be created. 466 ifeq ($(filter-out win32 win64 win nt,$(BUILD_PLATFORM)),)467 DIRDEP = $(patsubst %/,%,$(1))468 else469 466 DIRDEP = $(foreach path,$(patsubst %/,%,$(1)),$(path)/) 470 endif471 467 472 468
Note:
See TracChangeset
for help on using the changeset viewer.