Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#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)

bash_log.txt (10.7 KB ) - added by diver 14 years ago.
jam -j2 build

Download all attachments as: .zip

Change History (5)

comment:1 by bonefish, 14 years ago

Status: newin-progress

comment:2 by bonefish, 14 years ago

Resolution: fixed
Status: in-progressclosed

Fixed in hrev36350.

comment:3 by diver, 14 years ago

Still see it in hrev36350.

by diver, 14 years ago

Attachment: bash_log.txt added

jam -j2 build

comment:4 by bonefish, 14 years ago

Indeed. It only stabilized after three builds. hrev36353 fixes the issue for good.

Note: See TracTickets for help on using tickets.