Subject: CVS commit: basesrc/lib/libc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/14/2002 06:14:16
Module Name: basesrc
Committed By: thorpej
Date: Sat Sep 14 03:14:15 UTC 2002
Modified Files:
basesrc/lib/libc/sys: Makefile.inc makelintstub
Log Message:
Fix some problems using makelintstub as a cross-tool:
* Require that the path to the C preprocessor be passed in the CPP
environemnt variable, and use it rather than hard-coding "cpp".
Provide the target's preprocessor when invoking makelintstub.
* Fix some quoting issues that turned up with Solaris 8's XPG4 sh and sed.
* Don't use echo -n. Instead, don't bother making the output pretty; the
whitespace isn't supposed to be syntactically significant anyhow.
To generate a diff of this commit:
cvs rdiff -r1.127 -r1.128 basesrc/lib/libc/sys/Makefile.inc
cvs rdiff -r1.8 -r1.9 basesrc/lib/libc/sys/makelintstub
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.