From d20fed4445456e783b108a8c702b21f780a463f6 Mon Sep 17 00:00:00 2001 From: phk <phk@FreeBSD.org> Date: Tue, 15 Oct 2002 20:49:58 +0000 Subject: [PATCH] Don't show the command line when doing "make lint". --- sys/conf/kern.post.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/kern.post.mk b/sys/conf/kern.post.mk index 52f833da04be..d41636621b5d 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