Subject: CVS commit: basesrc/bin/systrace
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/18/2002 04:37:13
Module Name: basesrc
Committed By: thorpej
Date: Tue Jun 18 01:37:13 UTC 2002
Modified Files:
basesrc/bin/systrace: Makefile netbsd-syscalls.c
Log Message:
* Use CPPFLAGS for preprocessor flags, not CFLAGS.
* Don't -I/sys -- that breaks cross-building. Instead, use relative
pathnames in netbsd-syscalls.c, similar to what kdump does.
* No need to explicitly CLEANFILES the generated lex/yacc results.
* No need to link against libl and liby.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/bin/systrace/Makefile
cvs rdiff -r1.2 -r1.3 basesrc/bin/systrace/netbsd-syscalls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.