From 301c406900323be41520262fc8e55bd1c658bc01 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 19 Feb 2003 16:57:12 +0000 Subject: [PATCH] Don't spam sys/${MACHINE}/conf/ with _.${MACHINE}.makeLINT. Submitted by: johan --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1f5d1f4d0b09..8e3486406fdd 100644 --- a/Makefile +++ b/Makefile @@ -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`"