Subject: Re: macppc kernel make -j4 fail
To: None <bouyer@antioche.lip6.fr>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-macppc
Date: 08/10/2003 01:24:20
In article <20030809155403.GA16705@antioche.lip6.fr>
bouyer@antioche.lip6.fr wrote:

> Yes, I've found this later. It's not only for depend, bzero.o is built from
> bzero.S instead of bzero.c, which cause the link to fail with multiply defined
> symbols.

make(1) pulls bzero.S because .depend specifies it.
If .depend doesn't exist (or it specifies bzero.c),
bzero.c is used properly.
---
Izumi Tsutsui
tsutsui@ceres.dti.ne.jp