Date: Mon, 01 Sep 2003 16:58:36 +0200 From: Ian Freislich <ianf@za.uu.net> To: freebsd-current@freebsd.org Subject: bsd.lib.mk and bsd.own.mk ignore /etc/make.conf(INSTALL) Message-ID: <57111.1062428316@mci.com>
next in thread | raw e-mail | index | archive | help
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 ${LIBMODE} \ ${_INSTALLFLAGS} lib${LIB}.a ${DESTDIR}${LIBDIR} .endif .if !defined(NOPROFILE) && defined(LIB) && !empty(LIB) ${INSTALL} -C -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ ${_INSTALLFLAGS} lib${LIB}_p.a ${DESTDIR}${LIBDIR} .endif Ian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57111.1062428316>