Subject: CVS commit: [netbsd-1-6] basesrc/lib/libc/sys
To: None <source-changes@netbsd.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 11/11/2002 23:48:00
Module Name: basesrc
Committed By: he
Date: Mon Nov 11 21:47:59 UTC 2002
Modified Files:
basesrc/lib/libc/sys [netbsd-1-6]: makelintstub
Log Message:
Pull up revision 1.9 (requested by thorpej in ticket #803):
Fix some problems using makelintstub as a cross-tool:
o Require that the path to the C preprocessor be passed
in the CPP environment variable, and use it rather than
hard-coding "cpp". Provide the target's preprocessor
when invoking makelintstub.
o Fix some quoting issues found with Solaris 8's XPG4 sh
and sed.
o Do not use "echo -n". The resulting whitespace is not
supposed to be syntactically significant anyway.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.8.2.1 basesrc/lib/libc/sys/makelintstub
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.