svn commit: r353639 - head/share/mk
Warner Losh
imp at FreeBSD.org
Wed Oct 16 13:20:36 UTC 2019
Author: imp
Date: Wed Oct 16 13:20:36 2019
New Revision: 353639
URL: https://svnweb.freebsd.org/changeset/base/353639
Log:
bsd.compat.mk isn't setup to be included outside of Makefile.inc so comment it
out here until that's sorted out. Otherwise the build is broken. when
TARGET_ARCH isn't defined.
Modified:
head/share/mk/bsd.prog.mk
Modified: head/share/mk/bsd.prog.mk
==============================================================================
--- head/share/mk/bsd.prog.mk Wed Oct 16 09:29:01 2019 (r353638)
+++ head/share/mk/bsd.prog.mk Wed Oct 16 13:20:36 2019 (r353639)
@@ -2,7 +2,7 @@
# $FreeBSD$
.include <bsd.init.mk>
-.include <bsd.compat.mk>
+# .include <bsd.compat.mk>
.include <bsd.compiler.mk>
.include <bsd.linker.mk>
More information about the svn-src-all
mailing list