mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Avoid breaking crunchgen with meta stats
When using DIRDEPS_BUILD we normally get stats as each dir finishes. This upsets crunchen, so keep quiet when _RECURSING_CRUNCH is defined
This commit is contained in:
parent
901efd8bb9
commit
a6bd50f712
1 changed files with 5 additions and 0 deletions
|
|
@ -29,3 +29,8 @@ CLEANFILES+= .depend
|
|||
@${CXX} -E ${CXXFLAGS} ${.IMPSRC} | grep -v '^[[:space:]]*$$'
|
||||
|
||||
.-include <site.autodep.mk>
|
||||
|
||||
.ifdef _RECURSING_CRUNCH
|
||||
# crunchgen does not want to see our stats
|
||||
_reldir_finish: .NOTMAIN
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue