Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 04/05/2005 03:18:01
Module Name: pkgsrc
Committed By: minskim
Date: Tue Apr 5 03:18:01 UTC 2005
Modified Files:
pkgsrc/mk: bsd.pkg.mk
Log Message:
Prevent MAKEFLAGS from being passed through shell environment. It was
redundant because we explicitly pass MAKEFLAGS to a sub-process
through command line arguments.
This fixes the problem reported in PR pkg/29874 that PKGNAME_REQD is
not overridden in recursive MAKE calls.
To generate a diff of this commit:
cvs rdiff -r1.1606 -r1.1607 pkgsrc/mk/bsd.pkg.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.