makeLINT.send has been moved to sys/conf so we can build LINT on other
architectures besides i386.
This commit is contained in:
parent
19d02d39c9
commit
557c19bff3
@ -6,5 +6,5 @@ all:
|
||||
clean:
|
||||
rm -f LINT
|
||||
|
||||
LINT: ../../conf/NOTES NOTES makeLINT.sed
|
||||
cat ../../conf/NOTES NOTES | sed -E -n -f makeLINT.sed > LINT
|
||||
LINT: ../../conf/NOTES NOTES ../../conf/makeLINT.sed
|
||||
cat ../../conf/NOTES NOTES | sed -E -n -f ../../conf/makeLINT.sed > LINT
|
||||
|
@ -6,5 +6,5 @@ all:
|
||||
clean:
|
||||
rm -f LINT
|
||||
|
||||
LINT: ../../conf/NOTES NOTES makeLINT.sed
|
||||
cat ../../conf/NOTES NOTES | sed -E -n -f makeLINT.sed > LINT
|
||||
LINT: ../../conf/NOTES NOTES ../../conf/makeLINT.sed
|
||||
cat ../../conf/NOTES NOTES | sed -E -n -f ../../conf/makeLINT.sed > LINT
|
||||
|
@ -1,7 +0,0 @@
|
||||
#!/usr/bin/sed -E -n -f
|
||||
# $FreeBSD$
|
||||
|
||||
/^(machine|ident|device|makeoptions|options|profile|cpu|option|maxusers)[[:space:]]/ {
|
||||
s/[[:space:]]*#.*$//
|
||||
p
|
||||
}
|
Loading…
Reference in New Issue
Block a user