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: Makefile change to restart bootstraps


On Nov 13, 2000, Raja R Harinath <harinath@cs.umn.edu> wrote:

>   build_stage1: $(ALL_BOOT_LANGUAGE_SOURCE_FILES)
>         ## there may be some things that need to be cleaned up
>         make clean
>         $(MAKE) CC="$(CC)" ... LANGUAGES="$(BOOT_LANGUAGES)"
>         touch build_stage1
        
Works for me.  But I'd rather not have the `make clean', since there's
no way to avoid it.  But I see why it might be a good idea to have it,
too.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me

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