On Mon, 1 Sep 2003, Ian Freislich wrote:
> Hi
>
> Any idea why '-C' is hard coded for bsd.lib.mk and bsd.own.mk? I
> thought that the make.conf variable was there to allow or disallow
> this. The following comes from bsd.lib.mk:
I'd also like to see this option be a knob, preferably defaulting
Hi
Any idea why '-C' is hard coded for bsd.lib.mk and bsd.own.mk? I
thought that the make.conf variable was there to allow or disallow
this. The following comes from bsd.lib.mk:
.if defined(LIB) && !empty(LIB) && !defined(NOINSTALLLIB)
${INSTALL} -C -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMOD