Date: Wed, 17 Apr 2002 16:11:03 -0700 (PDT) From: Gordon Tetlow <gordont@gnf.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, <cvs-all@FreeBSD.org> Subject: Re: cvs commit: src/share/mk bsd.doc.mk bsd.docb.mk bsd.info.mk bsd.init.mk bsd.lib.mk bsd.libnames.mk bsd.man.mk bsd.nls.mk bsd.obj.mk bsd.own.mk bsd.prog.mk bsd.sgml.mk bsd.subdir.mk sys Message-ID: <Pine.LNX.4.44.0204171603420.26554-100000@smtp.gnf.org> In-Reply-To: <200204171349.g3HDnTV73622@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 17 Apr 2002, Ruslan Ermilov wrote:
> ru 2002/04/17 06:49:29 PDT
>
> Modified files:
> share/mk bsd.doc.mk bsd.docb.mk bsd.info.mk
> bsd.lib.mk bsd.libnames.mk bsd.man.mk
> bsd.nls.mk bsd.obj.mk bsd.own.mk
> bsd.prog.mk bsd.sgml.mk bsd.subdir.mk
> sys.mk
> Added files:
> share/mk bsd.init.mk
> Log:
> Don't include bsd.own.mk from sys.mk, this makes it impossible
> to use ``.if defined()'' inside bsd.own.mk to test for defines
> in individual makefiles. For example, setting DEBUG_FLAGS in
> Makefile didn't take the desired effect on the STRIP assignment.
This broke any port that uses HAS_CONFIGURE (or USE_CONFIGURE, or
whatever), which adds into the environment INSTALL="/usr/bin/install -c -o
${BINOWN} -g ${BINGRP}" which are now undefined now that sys.mk no longer
includes bsd.own.mk
-gordon
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0204171603420.26554-100000>
