Subject: CVS commit: basesrc/etc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 11/13/2001 19:14:28
Module Name: basesrc
Committed By: tv
Date: Tue Nov 13 17:14:28 UTC 2001
Modified Files:
basesrc/etc: Makefile
Log Message:
Make the TARGET_ENDIANNESS check only valid when making release, snapshot,
or distribution.
Also, clean up the check and include <sys/endian.h> instead -- some platforms'
<machine/endian_machdep.h> pull in the definitions of _BIG_ENDIAN and
_LITTLE_ENDIAN, invalidating the test; this makes the check values uniformly
"4321" and "1234" respectively.
To generate a diff of this commit:
cvs rdiff -r1.190 -r1.191 basesrc/etc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.