Subject: CVS commit: sharesrc/share
To: None <source-changes@netbsd.org>
From: Nathan J Williams <nathanw@netbsd.org>
List: source-changes
Date: 10/13/2001 00:05:09
Module Name: sharesrc
Committed By: nathanw
Date: Fri Oct 12 21:05:09 UTC 2001
Modified Files:
basesrc: Makefile
gnusrc/gnu: Makefile
sharesrc/share: Makefile
syssrc/sys: Makefile
Log Message:
Use @true instead of @${TRUE} in includes-foo targets, since there is no
variable TRUE defined in our makefile system.
This prevents "make includes" from breaking with older bsd.subdir.mk, and is
more consistent with the uses of "true" in the rest of the tree.
To generate a diff of this commit:
cvs rdiff -r1.135 -r1.136 basesrc/Makefile
cvs rdiff -r1.11 -r1.12 gnusrc/gnu/Makefile
cvs rdiff -r1.18 -r1.19 sharesrc/share/Makefile
cvs rdiff -r1.42 -r1.43 syssrc/sys/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.