Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: John Hawkinson <jhawk@netbsd.org>
List: source-changes
Date: 04/03/2001 19:56:17
Module Name: syssrc
Committed By: jhawk
Date: Tue Apr 3 16:56:16 UTC 2001
Modified Files:
syssrc/sys/kern: Make.tags.inc
Log Message:
Remove grossly inefficient "! -path /sys/arch*" construct in favor of -prune.
Use a relative path (../..) instead of /sys.
Enhance the sed expression to work with .'s in paths.
Quote sed expressions in single quotes rather than double
quotes unless there's a good reason otherwise.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/kern/Make.tags.inc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.