mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
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
This commit is contained in:
parent
c6d56081c9
commit
bf0cf8dfba
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366555
10
Makefile
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user