Opened 8 years ago
Closed 8 years ago
#13146 closed bug (fixed)
Makefile-engine does not generate catkeys
Reported by: | KapiX | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I have tried using make catkeys, but it keeps generating empty (30-something bytes) file.
collectcatkeys issues warnings when used with -w and I have discovered that there is grep -av '^#'
missing after gcc preprocessing step. Other targets use that too, so I assume this is an oversight.
Simple patch attached.
Attachments (1)
Change History (4)
by , 8 years ago
Attachment: | makefile-engine-fix.patch added |
---|
comment:1 by , 8 years ago
patch: | 0 → 1 |
---|
comment:2 by , 8 years ago
Note:
See TracTickets
for help on using tickets.
Patch looks OK to me; if nobody has any comments, I'll merge it shortly.