Date: Sat, 31 Jul 1999 13:27:35 -0700 (PDT) From: Tim Vanderhoek <hoek@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.lib.mk bsd.prog.mk bsd.kmod.mk Message-ID: <199907312027.NAA83088@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
hoek 1999/07/31 13:27:35 PDT Modified files: share/mk bsd.lib.mk bsd.prog.mk bsd.kmod.mk Log: Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS. Specifically intended for removing -fschg ("INSTALLFLAGS_EDIT=:S/schg/uchg/") this makes the NOFSCHG flag redundant. NOFSCHG will still be honoured by bsd.lib.mk but is valid for buildworld only. NOFSCHG is still implemented in the old way (ie. _not_ ".if NOFSCHG then { INSTALLFLAGS_EDIT+=:S/schg/,/ }" to emphasize the fact that NOFSCHG is only supported in a limited fashion and for buildworld. The interface and implementation are such that future use of flags such as sappnd can also be easily removed or altered (perhaps to uappnd). This commit brought to you by the letters B, D, and E, and the numbers six, one, thirteen, and three. Revision Changes Path 1.88 +14 -5 src/share/mk/bsd.lib.mk 1.84 +7 -2 src/share/mk/bsd.prog.mk 1.62 +7 -2 src/share/mk/bsd.kmod.mk 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?199907312027.NAA83088>