Changeset 2475 for trunk/kBuild/doc/QuickReference-kmk.txt
- Timestamp:
- Jul 16, 2011, 10:08:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kBuild/doc/QuickReference-kmk.txt
r2340 r2475 610 610 $(root names...) 611 611 612 Extract the non-root part of each file name (a bit complicated on 613 Windows & OS/2) [1]_:: 614 615 $(notroot names...) 616 612 617 Append ``suffix`` to each word in ``names``:: 613 618 … … 830 835 A combination of ``$(eval )`` and ``$(call )`` [1]_:: 831 836 832 $(evalcall var)837 $(evalcall2 var) 833 838 834 839 Remove comments and blank lines from the variable ``var``. Expands to
Note:
See TracChangeset
for help on using the changeset viewer.