Subject: CVS commit: pkgsrc/net/netsaint-base
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 01/31/2002 19:24:39
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Jan 31 17:24:39 UTC 2002

Modified Files:
	pkgsrc/net/netsaint-base: Makefile

Log Message:
If one wants to make a target from some Makefile within ${WRKSRC}, then
the right way to call the target is:

        ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} target

The environment should be set explicitly, and one should _always_ call
"${MAKE_PROGRAM}", and not "${MAKE}" since the former always refers to
the name of the actual make program used, regardless of whether USE_GMAKE
is defined or not.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/net/netsaint-base/Makefile

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