Don't spam sys/${MACHINE}/conf/ with _.${MACHINE}.makeLINT.

Submitted by:	johan
This commit is contained in:
Ruslan Ermilov 2003-02-19 16:57:12 +00:00
parent fe79b917d4
commit 301c406900
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111133

View File

@ -231,7 +231,7 @@ universe:
@echo ">> ${mach} buildworld completed on `LC_ALL=C date`"
.if exists(${.CURDIR}/sys/${mach}/conf/NOTES)
-cd ${.CURDIR}/sys/${mach}/conf && ${MAKE} LINT \
> _.${mach}.makeLINT 2>&1
> ${.CURDIR}/_.${mach}.makeLINT 2>&1
.endif
cd ${.CURDIR} && ${MAKE} buildkernels TARGET_ARCH=${arch} TARGET=${mach}
@echo ">> ${mach} completed on `LC_ALL=C date`"