Changes between Initial Version and Version 1 of Ticket #39
- Timestamp:
- Aug 31, 2008, 10:26:06 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39
- Property Resolution → fixed
- Property Status new → closed
- Property Summary kmk_append: Two new options {{{-d define_name}}} and {{{-t}}} → 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.1 The {{{-d}}} option should put the text/variable/commands in a {{{define define_name ... endef}}} block. This saves two invocations to write the define/endef. 2 2 3 3 The {{{-t}}} option should truncate the file before writing to it. This saves a {{{$(RM)}}}.