makeLINT.sed replaced makeLINT.sh about 4 months ago.

This commit is contained in:
mike 2002-09-15 19:04:23 +00:00
parent 1ff0331915
commit 79868e3c34

View File

@ -1,19 +0,0 @@
#! /bin/sh
# $FreeBSD$
/usr/bin/sed -e 's/#.*//' -e 's/\ //' | /usr/bin/awk '
/^[ \t]*$/ { next }
/^hint\./ { next }
/^(\
machine|\
ident|\
device|\
makeoptions|\
options|\
profile|\
cpu|\
option|\
maxusers\
)[ \t]/ { print; next }
{ printf("unrecognized line: line %d: %s\n", NR, $0) > "/dev/stderr" }
'