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: Reorganize contrib/egcs_update


  In message <Pine.GSO.4.10.9908240918060.6607-100000@alphard.dbai.tuwien.ac.at
>you write:
  > On Tue, 24 Aug 1999, Jeffrey A Law wrote:
  > > Me too.  Actually I'd like to see the code to touch the generated files
  > > broke out into a separate script.  That way I could use it for the snapsh
  > ot
  > > and release scripts (which are done on trees created by "cvs export", and
  > > thus have no CVS administrative directories which confuses the script.)
  > 
  > I believe `gcc_update --touch` should work for that purpose.
  > Would you mind giving it a try?
No need since I can look at the sources and tell it won't work.

There are no CVS files in a tree created by "cvs export".  Thus this test
trips and causes the script to exit:

# Check whether this indeed looks like a local CVS tree.
if [ ! -d CVS ]; then
    echo "This does not seem to be an egcs CVS tree!"
    exit
fi





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