svn commit: r295312 - user/ngie/stable-10-libnv/sys/boot/ia64/efi

Garrett Cooper ngie at FreeBSD.org
Fri Feb 5 08:34:29 UTC 2016


Author: ngie
Date: Fri Feb  5 08:34:27 2016
New Revision: 295312
URL: https://svnweb.freebsd.org/changeset/base/295312

Log:
  Add ../../efs/boot1 to .PATH in order to find zfs_module.c

Modified:
  user/ngie/stable-10-libnv/sys/boot/ia64/efi/Makefile

Modified: user/ngie/stable-10-libnv/sys/boot/ia64/efi/Makefile
==============================================================================
--- user/ngie/stable-10-libnv/sys/boot/ia64/efi/Makefile	Fri Feb  5 08:32:17 2016	(r295311)
+++ user/ngie/stable-10-libnv/sys/boot/ia64/efi/Makefile	Fri Feb  5 08:34:27 2016	(r295312)
@@ -24,7 +24,7 @@ SRCS=		conf.c efimd.c main.c pal.S start
 SRCS+=		zfs_module.c
 .endif
 
-.PATH: ${.CURDIR}/../../../${MACHINE_CPUARCH}/${MACHINE_CPUARCH}
+.PATH: ${.CURDIR}/../../../${MACHINE_CPUARCH}/${MACHINE_CPUARCH} ${.CURDIR}/../../efi/boot1
 
 CFLAGS+=	-I${.CURDIR}/../common
 CFLAGS+=	-I${.CURDIR}/../../common


More information about the svn-src-user mailing list