makefile horkage

DJ Delorie dj@delorie.com
Wed Sep 6 11:05:00 GMT 2000


Try this trivial fix.  Note that you lose the -jN when you call
$(MAKE) recursively.  I can add a new flag (say, BSMAKEFLAGS=-j4) if
people agree it's the right thing to do.

Index: Makefile.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/Makefile.in,v
retrieving revision 1.502
diff -r1.502 Makefile.in
2779c2779
< stage_b:
---
> stage_b: stage_a
2788c2788
< stage_c:
---
> stage_c: stage_b
2792c2792
< stage_d:
---
> stage_d: stage_c
2796c2796
< stage_e:
---
> stage_e: stage_d
2801c2801
< stage_f:
---
> stage_f: stage_f


More information about the Gcc-bugs mailing list