Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/bin/systrace



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.




Home | Main Index | Thread Index | Old Index