Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 08:34:28 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r295312 - user/ngie/stable-10-libnv/sys/boot/ia64/efi
Message-ID:  <201602050834.u158YSsl028349@repo.freebsd.org>

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



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