Subject: PR/29874 CVS commit: pkgsrc/mk
To: None <minskim@netbsd.org, gnats-admin@netbsd.org,>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-bugs
Date: 04/05/2005 03:19:01
The following reply was made to PR pkg/29874; it has been noted by GNATS.

From: Min Sik Kim <minskim@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29874 CVS commit: pkgsrc/mk
Date: Tue,  5 Apr 2005 03:18:01 +0000 (UTC)

 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.