mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
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.
This commit is contained in:
parent
c5ab496267
commit
bfc4cb269a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue