diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2019-11-26 20:46:20 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2019-11-26 20:46:20 +0000 |
| commit | 6a4d8cfae19e6662e9930354ae5640e8c66535b2 (patch) | |
| tree | 2c3746485861ae3b851e94bf9f36b495a9f7496c | |
| parent | fa2ec6b439bf54f735e13861fc2e58a7ada02c57 (diff) | |
Notes
| -rw-r--r-- | sys/conf/makeLINT.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/makeLINT.mk b/sys/conf/makeLINT.mk index 25e266ac85d75..e291bbc612b6b 100644 --- a/sys/conf/makeLINT.mk +++ b/sys/conf/makeLINT.mk @@ -12,6 +12,8 @@ clean: rm -f LINT-NOINET LINT-NOINET6 LINT-NOIP .endif .if ${TARGET} == "arm" + # LINT-V5 removed 2019-11-26. The clean rule is left here temporarily + # to avoid having stale copies left behind. rm -f LINT-V5 LINT-V7 .endif .if ${TARGET} == "powerpc" @@ -54,8 +56,6 @@ LINT: ${NOTES} ${MAKELINT_SED} echo "nodevice netmap" >> ${.TARGET}-NOIP .endif .if ${TARGET} == "arm" - cat ${NOTES} ${.CURDIR}/NOTES.armv5 | sed -E -n -f ${MAKELINT_SED} > \ - ${.TARGET}-V5 cat ${NOTES} ${.CURDIR}/NOTES.armv7 | sed -E -n -f ${MAKELINT_SED} > \ ${.TARGET}-V7 rm ${.TARGET} |
