Don't show the command line when doing "make lint".

This commit is contained in:
Poul-Henning Kamp 2002-10-15 20:49:58 +00:00
parent 6df6552a3d
commit 32e8efbffd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=105173

View file

@ -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