Opened 14 years ago
Last modified 14 years ago
#107 assigned defect
kmk: newlines args when invoking builtin commands
| Reported by: | bird | Owned by: | bird |
|---|---|---|---|
| Priority: | major | Milestone: | 0.2.0 |
| Component: | kmk | Version: | 0.1.5 |
| Keywords: | Cc: |
Description
In the following sample, tst1 and tst2 should be identical. Unfortunately, tst1 will have twice the number of lines due to a bug in creating the argument list for the builtin command.
tst1:
$(APPEND_INT) -tn $@ \
"/* $(DOLLAR)Id: $(DOLLAR)*/" \
"/** @file" \
" * file header." \
" */" \
tst2:
$(APPEND_EXT) -tn $@ \
"/* $(DOLLAR)Id: $(DOLLAR)*/" \
"/** @file" \
" * file header." \
" */" \
Change History (1)
comment:1 by , 14 years ago
| Component: | kBuild → kmk |
|---|---|
| Milestone: | → 0.2.0 |
| Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
