#49 closed defect (fixed)
kmk: includedep doesn't strip newline when reading normal variables.
| Reported by: | bird | Owned by: | bird |
|---|---|---|---|
| Priority: | major | Milestone: | 0.1.4 |
| Component: | kBuild | Version: | 0.1.3 |
| Keywords: | Cc: |
Description
Title says it all. Easy to spot in src/VBox/Installer/win by changing -include to includedep. Should be fixed on windows before 0.1.4, the other binaries doesn't need to be rebuilt.
Change History (2)
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 17 years ago
| Summary: | kmk: includedep doesn't strip return (\r) → kmk: includedep doesn't strip newline when reading normal variables. |
|---|
Note:
See TracTickets
for help on using tickets.

The trick is to no insert newlines. Fixed in [1776].