Explain why NO_BEFOREBUILD_INCLUDES is needed

This commit is contained in:
Simon J. Gerraty 2015-06-10 04:57:09 +00:00
parent 87750562a1
commit 1f1f6146ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/bmake/; revision=284206

View file

@ -116,6 +116,9 @@ ${GEN_KX509}: kx509.asn1
.hx.h:
${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=
.include <bsd.lib.mk>