Ignore:
Timestamp:
Jul 16, 2011, 10:08:07 PM (14 years ago)
Author:
bird
Message:

kBuild/footer+header.kmk: Reworking installation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/doc/QuickReference-kmk.txt

    r2340 r2475  
    610610        $(root names...)
    611611
     612    Extract the non-root part of each file name (a bit complicated on
     613    Windows & OS/2) [1]_::
     614
     615        $(notroot names...)
     616
    612617    Append ``suffix`` to each word in ``names``::
    613618
     
    830835    A combination of ``$(eval )`` and ``$(call )`` [1]_::
    831836
    832         $(evalcall var)
     837        $(evalcall2 var)
    833838
    834839    Remove comments and blank lines from the variable ``var``. Expands to
Note: See TracChangeset for help on using the changeset viewer.