public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* `contrib/gcc_update --touch` and snapshots
@ 2000-08-19 13:49 Gerald Pfeifer
  2000-08-20  9:23 ` Gerald Pfeifer
  0 siblings, 1 reply; 5+ messages in thread
From: Gerald Pfeifer @ 2000-08-19 13:49 UTC (permalink / raw)
  To: gcc; +Cc: Mark Mitchell

I'm afraid the following change breaks `contrib/gcc_update --touch`
when used with snapshots, which do contain generated files:

  2000-07-13  Mark Mitchell  <mark@codesourcery.com>

        * gcc_update (files_and_dependencies): Remove generated YACC files.

An example sent to me privately by some user:

  # contrib/gcc_update --touch
  Touching gcc/config.in...
  Touching gcc/java/parse.h...
  Touching libf2c/configure...
  Touching libf2c/libU77/configure...
  # cd $objdir
  # make
  gmake[1]: Entering directory `/work/egcs-20000814/libiberty'
  ...snip...
  cd cp && gmake ./parse.c
  gmake[3]: Entering directory `/work/egcs-20000814/gcc/cp'
  expect 33 shift/reduce conflicts and 58 reduce/reduce conflicts.
  cd .; bison  -d -o parse.c parse.y
  bison: not found
  gmake[3]: *** [parse.c] Error 127

Perhaps we can/should touch generated files if and only if they already
exist in the local source tree? Thoughts?

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2000-08-23  8:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-19 13:49 `contrib/gcc_update --touch` and snapshots Gerald Pfeifer
2000-08-20  9:23 ` Gerald Pfeifer
2000-08-20 11:09   ` Mark Mitchell
2000-08-20 15:59     ` Bruce Korb
2000-08-23  8:35   ` Jeffrey A Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).