Help out with linting. Print the ${LINT} command line. This makes

the all-important -DFOO -IBAR options "hang out".
This commit is contained in:
Mark Murray 2003-04-30 12:19:25 +00:00
parent 13c862e250
commit 1d6911d10f

View File

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