This is the mail archive of the gcc-bugs@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: bootstrap2-lean


On Jan 28, 2001, "John David Anglin" <dave@hiauly1.hia.nrc.ca> wrote:

> bootstrap2-lean : bootstrap_lean
>                            ^

Thanks, fixed thusly:

Index: gcc/ChangeLog
from  Alexandre Oliva  <aoliva@redhat.com>

	* Makefile.in (bootstrap2-lean): Fix typo.

Index: gcc/Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/Makefile.in,v
retrieving revision 1.592
diff -u -p -r1.592 Makefile.in
--- gcc/Makefile.in 2001/01/28 01:50:04 1.592
+++ gcc/Makefile.in 2001/01/29 01:47:11
@@ -2941,10 +2941,10 @@ bootstrap-lean : clean_s1 clean_s2 stage
 
 bootstrap2: bootstrap
 
-bootstrap2-lean : bootstrap_lean
+bootstrap2-lean : bootstrap-lean
 
 bootstrap3 bootstrap3-lean: bootstrap
- 
+
 bootstrap4 bootstrap4-lean: stage4_build
 
 unstage1 unstage2 unstage3 unstage4:

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