From owner-cvs-all Sat Jul 31 13:29: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1251E14CD4; Sat, 31 Jul 1999 13:29:06 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA83088; Sat, 31 Jul 1999 13:27:35 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Message-Id: <199907312027.NAA83088@freefall.freebsd.org> From: Tim Vanderhoek Date: Sat, 31 Jul 1999 13:27:35 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.lib.mk bsd.prog.mk bsd.kmod.mk Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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