aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2003-02-19 16:57:12 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2003-02-19 16:57:12 +0000
commit301c406900323be41520262fc8e55bd1c658bc01 (patch)
treeee4b1ec8af0a53b7c585cb0fc663288268321b51 /Makefile
parentfe79b917d4a605df0575f95c96d481af030ccd02 (diff)
downloadsrc-301c406900323be41520262fc8e55bd1c658bc01.tar.gz
src-301c406900323be41520262fc8e55bd1c658bc01.zip
Don't spam sys/${MACHINE}/conf/ with _.${MACHINE}.makeLINT.
Submitted by: johan
Notes
Notes: svn path=/head/; revision=111133
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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`"