Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2019 13:20:36 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353639 - head/share/mk
Message-ID:  <201910161320.x9GDKaBK021462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910161320.x9GDKaBK021462>