bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot build bash-4.2 with Patch 53


From: Chet Ramey
Subject: Re: Cannot build bash-4.2 with Patch 53
Date: Fri, 10 Oct 2014 14:13:29 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 10/10/14, 2:02 PM, TODD TRIMMER wrote:
> You're right. The y.tab.[ch] files never got rebuilt. They still had the
> same timestamps from the base archive of 4.2. Renaming them forced a
> rebuild, which had significant diffs. Is there a flag that can be sent to
> configure or make to force a rebuild? BTW, bison was already installed.

The idea is that make does the work for you.  parse.y has a newer timestamp
than y.tab.c; y.tab.c depends on parse.y; make rebuilds y.tab.c by running
bison on parse.y.  It worked correctly on the machines I tested on.

Chet


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]