On 12/12/12 10:57 AM, Steven W. Orr wrote: >> > > Hold on! A make clean should delete all derived files. y.tab.[ch] are > derived and should be present in a clean sandbox. > > Am I missing something?
We're overthinking this. The y.tab.[ch] in the git tree now were inadvertently left over from a past commit. Those files don't exist in the development snapshots I create and use to make the devel tree. Ordinarily it wouldn't matter -- their timestamps would be much older than parse.y and the usual rebuild would occur. However, the git quirk I just noticed that makes all files have a modification date equal to the time of the last checkout defeats this. People using the devel tree can be reasonably expected to have bison installed, so I will just remove the (stale) files and go on. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippocrates Chet Ramey, ITS, CWRU c...@case.edu http://cnswww.cns.cwru.edu/~chet/