Changeset 740


Ignore:
Timestamp:
Dec 17, 2006, 8:37:20 AM (19 years ago)
Author:
bird
Message:

a bit early...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/gnumake-footer.kmk

    r729 r740  
    2424#
    2525#
     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.
     31abspathex = $(foreach _fix_path,$1\
     32,$(if $(subst :$(call no-root-slash,$(call no-drive,$(_fix_path))):,,:$(_fix_path):),$(_fix_path),$(abspath $2/$(_fix_path))))
    2633
    2734## Figure out the tool for a source
Note: See TracChangeset for help on using the changeset viewer.