Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/distrib/common
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.
Home |
Main Index |
Thread Index |
Old Index