Subject: bsd.pkg.mk proposal 6b: general cleanup
To: None <tech-pkg@netbsd.org>
From: Todd Vierling <tv@pobox.com>
List: tech-pkg
Date: 05/22/1999 11:56:04
Comments, please.
Change Log:
6->6a Added ALL_ENV and PATH setting.
6a->6b I committed the OPSYS/MACHINE_ARCH specialization removal and the
MASTER_SITE_FREEBSD removal.
=====
$Revision: 1.3 $
This proposal defines the following variable modifications in the interest
of cleaning up unused or rarely used features of bsd.pkg.mk which may be
accomplished by cleaner means.
- NO_WRKSUBDIR: Removed. Replaced with WRKSRC=${WRKDIR} in appropriate
pkgs.
- ALL_ENV: Environment variables passed to all third party scripts and
Make invocations. Implicitly added to CONFIGURE_ENV, MAKE_ENV, and
SCRIPTS_ENV.
- PATH will be overridden in ALL_ENV, to insert ${LOCALBASE}/bin and
${X11BASE}/bin _before_ the existing $PATH, to ensure that appropriate
progrms are found during package configuration.
=====
--
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)