This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: CVS Problem: java/parse.c and java/parse-scan.c deleted


"John David Anglin" <dave@hiauly1.hia.nrc.ca> writes:

> Here is an updated patch for gcc_update which doesn't touch missing files.
> It just prints a warning.  OK?

That may be OK, independently.  But, it doesn't solve the problem.

However, please remove the rules for java/parse.c and
java/parse-scan.c in `gcc_update'.

For example, 

  * I check out fresh from CVS
  * I build the code, which creates parse.c and parse-scan.c
  * I update some time later, and somebody changed parse.y in the meantime

  ==> Uh oh.  `gcc_update' touches `parse.c'.  That isn't the right
      thing -- I'll never see the changes to parse.y.

- Hari
-- 
Raja R Harinath ------------------------------ harinath@cs.umn.edu
"When all else fails, read the instructions."      -- Cahn's Axiom
"Our policy is, when in doubt, do the right thing."   -- Roy L Ash


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]