Subject: CVS commit: basesrc/lib/libc/sys
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 11/13/2001 17:12:03
Module Name:	basesrc
Committed By:	tv
Date:		Tue Nov 13 15:12:02 UTC 2001

Modified Files:
	basesrc/lib/libc/sys: Makefile.inc

Log Message:
Make the generation of syscall stubs a lot more reliable by generating real
`.S' files and letting <bsd.sys.mk> and <bsd.lib.mk> compile them like every
other .S file.  The compilation options passed to ${CC} are still correct.

Also make sure LintSysPseudoNoerr.c gets removed on "make clean".


To generate a diff of this commit:
cvs rdiff -r1.116 -r1.117 basesrc/lib/libc/sys/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.