makeLINT.sed replaced makeLINT.sh about 4 months ago.
This commit is contained in:
parent
1ff0331915
commit
79868e3c34
@ -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" }
|
||||
'
|
Loading…
Reference in New Issue
Block a user