Ignore:
Timestamp:
Jun 29, 2004, 7:30:14 PM (21 years ago)
Author:
bird
Message:

DLL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/header.kmk

    r129 r130  
    285285endif
    286286
    287 ## ABSPATH - makes a path absolute.
     287## ABSPATH - make paths absolute.
    288288# This implementation is clumsy and doesn't resolve '..' and '.' components.
    289289#
     
    293293                      $(if $(patsubst %:,,$(firstword $(subst :,: ,$(path)))),$(PATH_CURRENT)/$(path),$(path)),\
    294294                      $(path))))
     295## DIRDEP - make create directory dependencies.
     296#
     297# @param        $1      The paths to the directories which must be created.
     298DIRDEP = $(foreach path,$(1),$(path)/.dir_created)
     299               
    295300
    296301## Cygwin kludge.
Note: See TracChangeset for help on using the changeset viewer.