Subject: CVS commit: pkgsrc/mk/buildlink2
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/09/2002 13:24:36
Module Name: pkgsrc
Committed By: jlam
Date: Wed Oct 9 10:24:35 UTC 2002
Modified Files:
pkgsrc/mk/buildlink2: bsd.buildlink2.mk
Log Message:
Allow BUILDLINK_ENV to override shell environment settings in
${CONFIGURE_ENV} and in ${MAKE_ENV} for the configure and build processes,
respectively. This allows overriding the value of "CC" passed to the
build, e.g.:
BUILDLINK_ENV+= CC="/usr/pkg/pthread/bin/pgcc"
To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 pkgsrc/mk/buildlink2/bsd.buildlink2.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.