Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/share/mk
Module Name: src
Committed By: lukem
Date: Fri Jan 2 16:12:36 UTC 2004
Modified Files:
src/share/mk: bsd.README bsd.hostlib.mk bsd.hostprog.mk bsd.own.mk
bsd.shlib.mk
Log Message:
Consistently test all variables that support a "yes"/"no" value with
${VAR} == "no"
or
${VAR} != "no"
(instead of against "yes"). Variables affected:
TOOLCHAIN_MISSING
HAVE_GCC3
USE_TOOLS_TOOLCHAIN
NEED_OWN_INSTALL_TARGET
USE_SHLIBDIR
Improve the documentation.
To generate a diff of this commit:
cvs rdiff -r1.141 -r1.142 src/share/mk/bsd.README
cvs rdiff -r1.11 -r1.12 src/share/mk/bsd.hostlib.mk
cvs rdiff -r1.38 -r1.39 src/share/mk/bsd.hostprog.mk
cvs rdiff -r1.405 -r1.406 src/share/mk/bsd.own.mk
cvs rdiff -r1.2 -r1.3 src/share/mk/bsd.shlib.mk
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