From afc18879ad40c4d1a381b4ba469adcf7538b2931 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 2 May 2002 16:34:47 +0000 Subject: Join the pissing contest: generate LINT with a single sed(1) command. Smaller script, smaller (though equivalent) output. --- sys/amd64/conf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/amd64/conf/Makefile') 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 -- cgit v1.1