summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.post.mk
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-04-30 12:19:25 +0000
committermarkm <markm@FreeBSD.org>2003-04-30 12:19:25 +0000
commit5c705408fcc2c36b8d9c9eec787903bd6372ab84 (patch)
tree85cc0b2277b9cefffee2ded1811876b5857e47ba /sys/conf/kern.post.mk
parente3c5fa62cc4f59129834dcd6dcfab5073bf1d9da (diff)
downloadFreeBSD-src-5c705408fcc2c36b8d9c9eec787903bd6372ab84.zip
FreeBSD-src-5c705408fcc2c36b8d9c9eec787903bd6372ab84.tar.gz
Help out with linting. Print the ${LINT} command line. This makes
the all-important -DFOO -IBAR options "hang out".
Diffstat (limited to 'sys/conf/kern.post.mk')
-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 e21a54a..555d314 100644
--- a/sys/conf/kern.post.mk
+++ b/sys/conf/kern.post.mk
@@ -84,7 +84,7 @@ kernel-clean:
${CLEAN}
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