Subject: RCS lines in set lists files? To: None <tech-install@netbsd.org> From: Simon Burge <simonb@telstra.com.au> List: tech-install Date: 04/07/1999 09:35:26
Are there any big objections to adding a
# $NetBSD$
line to the start of each set file and changing the last line of
makeflist from:
done | sort -u
to:
done | egrep -v '^#[[:space:]]*\$NetBSD' | sort -u
Simon.