Opened 17 years ago
Closed 17 years ago
#39 closed enhancement (fixed)
kmk_append: Two new options {{{-d}}} and {{{-t}}} — at Version 1
| Reported by: | bird | Owned by: | bird |
|---|---|---|---|
| Priority: | major | Milestone: | 0.1.4 |
| Component: | kmk | Version: | 0.1.3 |
| Keywords: | kmk_append $(APPEND) | Cc: |
Description (last modified by )
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.
The -t option should truncate the file before writing to it. This saves a $(RM).
Change History (1)
comment:1 by , 17 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
| Summary: | kmk_append: Two new options {{{-d define_name}}} and {{{-t}}} → kmk_append: Two new options {{{-d}}} and {{{-t}}} |
Note:
See TracTickets
for help on using tickets.

Implemented in [1695].
There is a slight change though, the
define_namecomes after the file name.