quickstrap, et al, at the top level?

Phil Edwards phil@jaj.com
Fri Oct 25 15:25:00 GMT 2002


On Fri, Oct 25, 2002 at 02:07:29PM -0400, DJ Delorie wrote:
> 
> While I'm philosophically opposed to swamping the toplevel Makefile
> with subdir-specific targets, this one seems to make sense.  Go ahead
> and post a complete patch (with CL) and I'll approve it.

The formal patch is below.  Tested on athlon_mp-pc-linux-gnu, mainline,
b-i-b, and 3.2, for what it's worth.


2002-10-25  Phil Edwards  <pme@gcc.gnu.org>

	* Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
	and restrap targets to this rule.
	* Makefile.in:  Regenerate.


Index: Makefile.tpl
===================================================================
RCS file: /cvs/gcc/gcc/Makefile.tpl,v
retrieving revision 1.11
diff -u -3 -p -r1.11 Makefile.tpl
--- Makefile.tpl	3 Oct 2002 19:06:15 -0000	1.11
+++ Makefile.tpl	25 Oct 2002 22:08:43 -0000
@@ -1242,8 +1242,8 @@ all-gcc:
 # In theory, on an SMP all those dependencies can be resolved
 # in parallel.
 #
-.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean
-bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean: all-bootstrap
+.PHONY: bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap
+bootstrap bootstrap-lean bootstrap2 bootstrap2-lean bootstrap3 bootstrap3-lean bootstrap4 bootstrap4-lean bubblestrap quickstrap cleanstrap restrap: all-bootstrap
 	@r=`${PWD}`; export r; \
 	s=`cd $(srcdir); ${PWD}`; export s; \
 	$(SET_LIB_PATH) \



More information about the Gcc-patches mailing list