#5750 closed bug (fixed)
[bash] parse.c always regenerated
Reported by: | andreasf | Owned by: | bonefish |
---|---|---|---|
Priority: | low | Milestone: | R1 |
Component: | Build System | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
The Yacc1
rule for bash's parse.y
is apparently always executed, even if unmodified. This leads to parse.c
being generated and bash
re-linked unnecessarily.
Attachments (1)
Change History (5)
comment:1 by , 15 years ago
Status: | new → in-progress |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
comment:4 by , 15 years ago
Indeed. It only stabilized after three builds. hrev36353 fixes the issue for good.
Note:
See TracTickets
for help on using tickets.
Fixed in hrev36350.