Add some missed OBJS_SRCS_FILTER from r323637.
Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
5fead429eb
commit
a2f16e5356
@ -71,7 +71,7 @@ CLANG_ANALYZE_SRCS= \
|
||||
${DPSRCS:M*.[cC]} ${DPSRCS:M*.cc} \
|
||||
${DPSRCS:M*.cpp} ${DPSRCS:M*.cxx}
|
||||
.if !empty(CLANG_ANALYZE_SRCS)
|
||||
CLANG_ANALYZE_OBJS= ${CLANG_ANALYZE_SRCS:O:u:R:S,$,.clang-analyzer,}
|
||||
CLANG_ANALYZE_OBJS= ${CLANG_ANALYZE_SRCS:O:u:${OBJS_SRCS_FILTER:ts:}:S,$,.clang-analyzer,}
|
||||
.NOPATH: ${CLANG_ANALYZE_OBJS}
|
||||
.endif
|
||||
|
||||
|
@ -104,7 +104,7 @@ _PROGS_ALL_SRCS+= ${s}
|
||||
.if !empty(_PROGS_COMMON_SRCS)
|
||||
_PROGS_COMMON_OBJS= ${_PROGS_COMMON_SRCS:M*.[dhly]}
|
||||
.if !empty(_PROGS_COMMON_SRCS:N*.[dhly])
|
||||
_PROGS_COMMON_OBJS+= ${_PROGS_COMMON_SRCS:N*.[dhly]:R:S/$/.o/g}
|
||||
_PROGS_COMMON_OBJS+= ${_PROGS_COMMON_SRCS:N*.[dhly]:${OBJS_SRCS_FILTER:ts:}:S/$/.o/g}
|
||||
.endif
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user