Changes between Initial Version and Version 1 of Ticket #39


Ignore:
Timestamp:
Aug 31, 2008, 8:26:06 PM (16 years ago)
Author:
bird
Comment:

Implemented in [1695].

There is a slight change though, the define_name comes after the file name.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Summary changed from kmk_append: Two new options {{{-d define_name}}} and {{{-t}}} to kmk_append: Two new options {{{-d}}} and {{{-t}}}
  • Ticket #39 – Description

    initial v1  
    1 The {{{-d define_name}}} option should put the text/variable/commands in a {{{define define_name ... endef}}} block. This saves two invocations to write the define/endef.
     1The {{{-d}}} option should put the text/variable/commands in a {{{define define_name ... endef}}} block. This saves two invocations to write the define/endef.
    22
    33The {{{-t}}} option should truncate the file before writing to it. This saves a {{{$(RM)}}}.