summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-15 20:49:58 +0000
committerphk <phk@FreeBSD.org>2002-10-15 20:49:58 +0000
commitd20fed4445456e783b108a8c702b21f780a463f6 (patch)
treec03a01fca15d479dab96a481e0981f49cfdc507d /sys
parenteb6f11e272d40e07da99c5fa9691798849365b72 (diff)
downloadFreeBSD-src-d20fed4445456e783b108a8c702b21f780a463f6.zip
FreeBSD-src-d20fed4445456e783b108a8c702b21f780a463f6.tar.gz
Don't show the command line when doing "make lint".
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/kern.post.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk
index 52f833d..d416366 100644
--- a/sys/conf/kern.post.mk
+++ b/sys/conf/kern.post.mk
@@ -61,7 +61,7 @@ kernel-clobber:
find . -type f ! -name version -delete
lint: ${CFILES}
- ${LINT} ${LINTKERNFLAGS} ${CFLAGS:M-[DILU]*} ${.ALLSRC}
+ @${LINT} ${LINTKERNFLAGS} ${CFLAGS:M-[DILU]*} ${.ALLSRC}
# This is a hack. BFD "optimizes" away dynamic mode if there are no
# dynamic references. We could probably do a '-Bforcedynamic' mode like
OpenPOWER on IntegriCloud