svn commit: r325338 - head/sys/boot/i386/loader

Andriy Gapon avg at FreeBSD.org
Thu Nov 2 19:45:53 UTC 2017


Author: avg
Date: Thu Nov  2 19:45:51 2017
New Revision: 325338
URL: https://svnweb.freebsd.org/changeset/base/325338

Log:
  loader: fix BOOTSRC -> BOOTOBJ in a library path

Modified:
  head/sys/boot/i386/loader/Makefile

Modified: head/sys/boot/i386/loader/Makefile
==============================================================================
--- head/sys/boot/i386/loader/Makefile	Thu Nov  2 18:30:41 2017	(r325337)
+++ head/sys/boot/i386/loader/Makefile	Thu Nov  2 19:45:51 2017	(r325338)
@@ -26,7 +26,7 @@ SRCS=		main.c conf.c vers.c chain.c
 # Put LOADER_FIREWIRE_SUPPORT=yes in /etc/make.conf for FireWire/dcons support
 .if defined(LOADER_FIREWIRE_SUPPORT)
 CFLAGS+=	-DLOADER_FIREWIRE_SUPPORT
-LIBFIREWIRE=	${BOOTSRC}/i386/libfirewire/libfirewire.a
+LIBFIREWIRE=	${BOOTOBJ}/i386/libfirewire/libfirewire.a
 .endif
 
 # Set by zfsloader Makefile


More information about the svn-src-head mailing list