This is the mail archive of the gcc-bugs@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: autoheader not found in latest snapshot



  In message <199711111533.HAA25043@cygnus.com>you write:
  > and (or eventually this is enough?) cstamp-h.in:
  > find egcs-blah -name cstamp-h.in -print | xargs touch
Nope :-)  If you want to avoid any file regeneration you would need
something like this:

touch `find egcs-$date -name configure -print`
touch egcs-$date/gcc/{cstamp-h.in,bi-parser.c,bi-parser.h,c-gperf.h,c-parse.c,c-parse.h,cexp.c}

Yes, this could be done with a single touch/find, I just didn't feel like
it at the time.  Of course you replace $date with the snapshot date.

This is how we make sure all the timestamps are up-to-date in the
blah.tar.gz distributions. 

  > Is the recommended patching procedure documented somewhere (on the web page
  > and in the FTP README's)? If not, it should be ;-)
Not really.  If you want to contribute something that would be great;
our primary means of access in the future will be remote cvs, so we
haven't put much time/effort into the temporary ftp/snapshots stuf.

jeff




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