Subject: CVS commit: basesrc/bin/sh
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/15/2002 03:19:22
Module Name: basesrc
Committed By: thorpej
Date: Sun Sep 15 00:19:22 UTC 2002
Modified Files:
basesrc/bin/sh: Makefile
Log Message:
Use "unsigned char" and "char" instead of "u_int8_t" and "int8_t"
for TARGET_CHAR when building mksyntax. This isn't perfect, but
it lets the host tool work on non-BSD systems without completely
redoing how sh is built.
To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 basesrc/bin/sh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.