Subject: CVS commit: src/distrib/sets
To: None <source-changes@netbsd.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 06/23/2003 09:17:05
Module Name: src
Committed By: dyoung
Date: Mon Jun 23 09:17:05 UTC 2003
Modified Files:
src/distrib/sets: makeplist
Log Message:
Fix typo: osreleasese -> osreleases.
Optimizations: do not re-invoke make(1) unnecessarily, it takes a
full second to bootstrap it on my on my anemic PC. Also, use
xargs/find instead of awk/system()/shell to classify each package
path as a file or directory.
For consistency, adopt similar variables names as makeflist uses.
Use the set-list routines in sets.subr instead of duplicating code.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/distrib/sets/makeplist
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.