Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Oct 2017 03:52:03 +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: r324841 - head/sys/boot
Message-ID:  <201710220352.v9M3q3l9028012@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Sun Oct 22 03:52:03 2017
New Revision: 324841
URL: https://svnweb.freebsd.org/changeset/base/324841

Log:
  Use BOOTDIR more consistently in defs.mk rather than repeat sys/boot.
  
  Sponsored By: Netflix

Modified:
  head/sys/boot/defs.mk

Modified: head/sys/boot/defs.mk
==============================================================================
--- head/sys/boot/defs.mk	Sun Oct 22 00:10:18 2017	(r324840)
+++ head/sys/boot/defs.mk	Sun Oct 22 03:52:03 2017	(r324841)
@@ -6,9 +6,9 @@
 __BOOT_DEFS_MK__=${MFILE}
 
 BOOTDIR=	${SRCTOP}/sys/boot
-FICLDIR=	${SRCTOP}/sys/boot/ficl
+FICLDIR=	${BOOTDIR}/ficl
 LDR_MI=		${BOOTDIR}/common
-SASRC=		${SRCTOP}/sys/boot/libsa
+SASRC=		${BOOTDIR}/libsa
 SYSDIR=		${SRCTOP}/sys
 
 # NB: The makefiles depend on these being empty when we don't build forth.



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