Subject: CVS commit: src/distrib/common
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/19/2005 01:18:59
Module Name:	src
Committed By:	lukem
Date:		Wed Jan 19 01:18:59 UTC 2005

Modified Files:
	src/distrib/common: Makefile.crunch

Log Message:
Use
	${MAKE} ${CRUNCHENV} ...
instead of
	${CRUNCHENV} ${MAKE} ...
so that CRUNCHENV overrides any user-provided command-line make(1) variables.

This fixes /rescue build problems for people who pass settings such
as MKKERBEROS=yes in via the make(1) command-line.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/distrib/common/Makefile.crunch

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