summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf/Makefile
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2002-05-02 16:34:47 +0000
committerdes <des@FreeBSD.org>2002-05-02 16:34:47 +0000
commitafc18879ad40c4d1a381b4ba469adcf7538b2931 (patch)
tree5dc05abdeee02ef7aa1e2e338ea813b455765781 /sys/amd64/conf/Makefile
parent7661600390e4659d8ada8ee6821c6557113e0768 (diff)
downloadFreeBSD-src-afc18879ad40c4d1a381b4ba469adcf7538b2931.zip
FreeBSD-src-afc18879ad40c4d1a381b4ba469adcf7538b2931.tar.gz
Join the pissing contest: generate LINT with a single sed(1) command.
Smaller script, smaller (though equivalent) output.
Diffstat (limited to 'sys/amd64/conf/Makefile')
-rw-r--r--sys/amd64/conf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/Makefile b/sys/amd64/conf/Makefile
index ea95176..b0a08d5 100644
--- a/sys/amd64/conf/Makefile
+++ b/sys/amd64/conf/Makefile
@@ -6,5 +6,5 @@ all:
clean:
rm LINT
-LINT: ../../conf/NOTES NOTES makeLINT.sh
- cat ../../conf/NOTES NOTES | sh makeLINT.sh > LINT
+LINT: ../../conf/NOTES NOTES makeLINT.sed
+ cat ../../conf/NOTES NOTES | sed -E -n -f makeLINT.sed > LINT
OpenPOWER on IntegriCloud