This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: proposed bootstrap changes
- To: dj at redhat dot com
- Subject: Re: proposed bootstrap changes
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- Date: Thu, 16 Nov 00 17:36:04 EST
- Cc: gcc at gcc dot gnu dot org
> I guess, though one file at a time is going to be pretty expensive.
We could "mv -f *" first and hope it skips the directories, but that's
dangerous. If you have other suggestions, I'm all ears.
Not really. What I normally do is "mv stage1/* ." then do the
subdirectories. So what you propose seems reasonable, though I don't
know why you have the -f.