svn commit: r284206 - projects/bmake/kerberos5/lib/libasn1

Simon J. Gerraty sjg at FreeBSD.org
Wed Jun 10 04:57:10 UTC 2015


Author: sjg
Date: Wed Jun 10 04:57:09 2015
New Revision: 284206
URL: https://svnweb.freebsd.org/changeset/base/284206

Log:
  Explain why NO_BEFOREBUILD_INCLUDES is needed

Modified:
  projects/bmake/kerberos5/lib/libasn1/Makefile

Modified: projects/bmake/kerberos5/lib/libasn1/Makefile
==============================================================================
--- projects/bmake/kerberos5/lib/libasn1/Makefile	Wed Jun 10 02:44:56 2015	(r284205)
+++ projects/bmake/kerberos5/lib/libasn1/Makefile	Wed Jun 10 04:57:09 2015	(r284206)
@@ -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>


More information about the svn-src-projects mailing list