Subject: Re: macppc kernel make -j4 fail
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Luke Mewburn <lukem@NetBSD.org>
List: port-macppc
Date: 08/11/2003 19:43:47
On Mon, Aug 11, 2003 at 10:44:55AM +0200, Manuel Bouyer wrote:
| On Mon, Aug 11, 2003 at 01:31:59PM +1000, Luke Mewburn wrote:
| > does this patch fix it (with both bzero.c and bzero.S available)?
| >
| >
| > Index: bsd.dep.mk
| > ===================================================================
| > RCS file: /cvsroot/src/share/mk/bsd.dep.mk,v
| > retrieving revision 1.56
| > diff -p -p -u -r1.56 bsd.dep.mk
| > --- bsd.dep.mk 2003/08/06 13:55:11 1.56
| > +++ bsd.dep.mk 2003/08/11 03:31:33
| > @@ -32,7 +32,7 @@ ${__DPSRCS.d}: ${__DPSRCS.notd} ${DPSRCS
| > @rm -f .depend
| > cat ${__DPSRCS.d} /dev/null > .depend
| >
| > -.SUFFIXES: .d .c .m .s .S .C .cc .cpp .cxx
| > +.SUFFIXES: .d .s .S .c .C .cc .cpp .cxx .m
|
| Didn't for me. Anyway, Matt fixed it by addind a memset.S and removing the
| offending bzero.S
| If this patch worked, wouldn't it make make prefer the MI .c over the
| MD .S ?
I don't know off the top of my head, but that is more consisten with
how the other *.mk files have their .SUFFIXES lines
Luke.