Subject: CVS commit: pkgsrc/mk
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/29/2001 21:21:21
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Oct 29 19:21:20 UTC 2001

Modified Files:
	pkgsrc/mk: bsd.buildlink.mk bsd.pkg.mk

Log Message:
On Solaris 7, when `find dir -name foo -name bar' in invoked,  only an
implicit `-print' action is performed on bar and not on foo.  Surround
the search pattern in \( ... \) and add an explict -print so that all of
the results of the find are printed.

Problem noted and patch to fix this received in private email from Stoned
Elipot <seb@netbsd.org>.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 pkgsrc/mk/bsd.buildlink.mk
cvs rdiff -r1.837 -r1.838 pkgsrc/mk/bsd.pkg.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.