summaryrefslogtreecommitdiffstats
path: root/share/mk
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-04-19 19:45:19 +0000
committerasmodai <asmodai@FreeBSD.org>2001-04-19 19:45:19 +0000
commit779141b7039b518983ef21bd42add7d1d6125f54 (patch)
tree870dba37dac9e1a2ae200d2b9dc5e0351465ac8f /share/mk
parent33df3c1fcfdf79a1a44171abca444a6e3850ee0a (diff)
downloadFreeBSD-src-779141b7039b518983ef21bd42add7d1d6125f54.zip
FreeBSD-src-779141b7039b518983ef21bd42add7d1d6125f54.tar.gz
Who ever came up with the ${CFLAGS} need to be passed to lint?
We can now run make lint on src/bin at least. I am sure Mark Murray has way more interesting fixes up his sleeve.
Diffstat (limited to 'share/mk')
-rw-r--r--share/mk/bsd.prog.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index 7d281b8..3c77298 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -178,7 +178,7 @@ distribute: _SUBDIR
.if !target(lint)
lint: ${SRCS} _SUBDIR
.if defined(PROG)
- @${LINT} ${LINTFLAGS} ${CFLAGS} ${.ALLSRC} | more 2>&1
+ @${LINT} ${LINTFLAGS} ${.ALLSRC} | more 2>&1
.endif
.endif
OpenPOWER on IntegriCloud