Subject: Re: Please test bootstrap
To: Jeremy C. Reed <reed@reedmedia.net>
From: Simon J. Gerraty <sjg@crufty.net>
List: tech-pkg
Date: 11/02/2005 12:31:50
On Wed, 2 Nov 2005 09:14:23 -0800 (PST), "Jeremy C. Reed" writes:
>On Wed, 2 Nov 2005, Jeremy C. Reed wrote:
>
>> Simon, can you also look at this too? A few Mac OS X examples failing with:
>> bmake.boot: don't know how to make /usr/lib/libc.a. Stop
>
>Looking closer ... The mk/bsd.prog.mk has:
>
>${PROG}: ${LIBCRT0} ${DPSRCS} ${OBJS} ${LIBC} ${LIBCRTBEGIN} ${LIBCRTEND} ${DP
>ADD}
>
>And I don't see any mk file that defines these specific for Mac OS X (or 
>Darwin).

Not sure if this is relevant but a lot of the *.sys.mk (in mk-files)
have

LIBC?= /dev/null

and prog.mk has

LIBC?= ${DESTDIR}/usr/lib/libc.a

the later should probably be removed.

--sjg