diff options
| author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-09-24 01:56:27 +0000 |
|---|---|---|
| committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2019-09-24 01:56:27 +0000 |
| commit | 05cba150d3f92f157a34b3be660869f8a40e905f (patch) | |
| tree | 3324a01cb08f5447ec4e676bc86feb1d53eb6f54 | |
| parent | d395e985b28bc1b58c29e8da38efa8eeac39bfeb (diff) | |
Notes
| -rw-r--r-- | sys/conf/makeLINT.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/makeLINT.mk b/sys/conf/makeLINT.mk index e4b0b7131e3bf..0b4916a911614 100644 --- a/sys/conf/makeLINT.mk +++ b/sys/conf/makeLINT.mk @@ -11,6 +11,9 @@ clean: .if ${TARGET} == "amd64" || ${TARGET} == "i386" rm -f LINT-NOINET LINT-NOINET6 LINT-NOIP .endif +.if ${TARGET} == "arm" + rm -f LINT-V5 LINT-V7 +.endif NOTES+= ${.CURDIR}/../../conf/NOTES ${.CURDIR}/NOTES MAKELINT_SED= ${.CURDIR}/../../conf/makeLINT.sed |
