summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-02-19 16:57:12 +0000
committerru <ru@FreeBSD.org>2003-02-19 16:57:12 +0000
commitef7ce5bd49e78fcf05ba24bcfae59637dd4862b5 (patch)
treeee4b1ec8af0a53b7c585cb0fc663288268321b51 /Makefile
parent25ad184a7ac53abe8df825633bdb7fb4ca6411d5 (diff)
downloadFreeBSD-src-ef7ce5bd49e78fcf05ba24bcfae59637dd4862b5.zip
FreeBSD-src-ef7ce5bd49e78fcf05ba24bcfae59637dd4862b5.tar.gz
Don't spam sys/${MACHINE}/conf/ with _.${MACHINE}.makeLINT.
Submitted by: johan
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1f5d1f4..8e34864 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`"
OpenPOWER on IntegriCloud