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]
Other format: [Raw text]

Re: [Makefile] Split STAGESTUFF into STAGE{COPY,MOVE}STUFF


Kelley Cook wrote:
Kelley Cook wrote:

Nathanael,

Could you review this simple patch?

http://gcc.gnu.org/ml/gcc-patches/2004-08/msg02276.html

2004-08-27 Kelley Cook <kcook@gcc.gnu.org>

    * Makefile.in (STAGESTUFF): Split into ...
    (STAGECOPYSTUFF, STAGEMOVESTUFF): ... these.
    (mostlyclean): Update.
    (stage1-start, stage2-start, stage3-start, stage4-start,
    stageprofile-start, stagefeedback-start): Copy the STAGECOPYSTUFF.
    Move the STAGEMOVESTUFF.
I can't decide whether we actually *want* to rebuild those files during bootstrap stages or not. Convince me that we don't.


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