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

This commit is contained in:
phk 2002-10-15 20:49:58 +00:00
parent eb6f11e272
commit d20fed4445

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