This is the mail archive of the gcc@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: proposed bootstrap changes


    > 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.

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