summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-10-09 00:27:40 +0000
committerWarner Losh <imp@FreeBSD.org>2020-10-09 00:27:40 +0000
commitbf0cf8dfba39dc1ff6926526fb74add89d0ed896 (patch)
treec0ad1a1c21b2fece04cf84bea368393c4b4a5950 /Makefile
parentc6d56081c9dca474130c0b34c39451b21c55102f (diff)
downloadsrc-test2-bf0cf8dfba39dc1ff6926526fb74add89d0ed896.tar.gz
src-test2-bf0cf8dfba39dc1ff6926526fb74add89d0ed896.zip
Eliminate building LINT makefiles
LINT config files are about to be checked in directly. Eliminate building them by hand here from NOTES files. Reviewed by: kevans Differential Revision: https://reviews.freebsd.org/D26540
Notes
Notes: svn path=/head/; revision=366555
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile
index e7b8b01088d3..9847f91d7c19 100644
--- a/Makefile
+++ b/Makefile
@@ -682,13 +682,6 @@ universe_${target}_${target_arch}: universe_${target}_prologue .MAKE .PHONY
universe_${target}_done: universe_${target}_kernels .PHONY
universe_${target}_kernels: universe_${target}_worlds .PHONY
universe_${target}_kernels: universe_${target}_prologue .MAKE .PHONY
- @if [ -e "${KERNSRCDIR}/${target}/conf/NOTES" ]; then \
- (cd ${KERNSRCDIR}/${target}/conf && env __MAKE_CONF=/dev/null \
- ${SUB_MAKE} LINT \
- > ${.CURDIR}/_.${target}.makeLINT 2>&1 || \
- (echo "${target} 'make LINT' failed," \
- "check _.${target}.makeLINT for details"| ${MAKEFAIL})); \
- fi
@cd ${.CURDIR}; ${SUB_MAKE} ${.MAKEFLAGS} TARGET=${target} \
universe_kernels
.endif # ${__DO_KERNELS} == "yes"
@@ -761,9 +754,6 @@ universe_epilogue: .PHONY
.endif
.endif
-buildLINT: .PHONY
- ${MAKE} -C ${.CURDIR}/sys/${_TARGET}/conf LINT
-
.if defined(.PARSEDIR)
# This makefile does not run in meta mode
.MAKE.MODE= normal