Explain why NO_BEFOREBUILD_INCLUDES is needed

This commit is contained in:
Simon J. Gerraty
2015-06-10 19:48:45 +00:00
parent 10b60135a9
commit a5f6297b63
+3
View File
@@ -96,6 +96,9 @@ ${GEN}: hdb.asn1
.hx.h: .hx.h:
${CP} ${.IMPSRC} ${.TARGET} ${CP} ${.IMPSRC} ${.TARGET}
# This makefile generates a lot of its headers
# so tell bsd.sys.mk not to try and stage them before they are built.
# Note: this is rare
NO_BEFOREBUILD_INCLUDES= NO_BEFOREBUILD_INCLUDES=
.include <bsd.lib.mk> .include <bsd.lib.mk>