Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Aug 2015 16:05:56 +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: r287001 - head/share/mk
Message-ID:  <201508211605.t7LG5u7v052929@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Fri Aug 21 16:05:56 2015
New Revision: 287001
URL: https://svnweb.freebsd.org/changeset/base/287001

Log:
  Document bsd.arch.inc.mk.

Modified:
  head/share/mk/bsd.README

Modified: head/share/mk/bsd.README
==============================================================================
--- head/share/mk/bsd.README	Fri Aug 21 15:57:57 2015	(r287000)
+++ head/share/mk/bsd.README	Fri Aug 21 16:05:56 2015	(r287001)
@@ -16,6 +16,7 @@ can not/should not be used directly but 
 files.  In most cases it is only interesting to include bsd.prog.mk or
 bsd.lib.mk.
 
+bsd.arch.inc.mk		- includes arch-specific Makefile.$arch
 bsd.cpu.mk		- sets CPU/arch-related variables
 bsd.dep.mk		- handle Makefile dependencies
 bsd.doc.mk		- building troff system documents
@@ -118,6 +119,13 @@ environment or otherwise.  You probably 
 
 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
+The include file <bsd.arch.inc.mk> includes other Makefiles for specific
+architectures, if they exist. It will include the first of the following
+files that it finds: Makefile.${MACHINE}, Makefile.${MACHINE_ARCH},
+Makefile.${MACHINE_CPUARCH}
+
+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
+
 The include file <bsd.man.mk> handles installing manual pages and their
 links.
 



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