Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2013 00:52:44 +0000 (UTC)
From:      Benno Rice <benno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r247437 - projects/uefi/sys/boot/i386/efi
Message-ID:  <201302280052.r1S0qiFQ073915@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: benno
Date: Thu Feb 28 00:52:44 2013
New Revision: 247437
URL: http://svnweb.freebsd.org/changeset/base/247437

Log:
  We need an x86 link along with our machine link.

Modified:
  projects/uefi/sys/boot/i386/efi/Makefile

Modified: projects/uefi/sys/boot/i386/efi/Makefile
==============================================================================
--- projects/uefi/sys/boot/i386/efi/Makefile	Thu Feb 28 00:50:37 2013	(r247436)
+++ projects/uefi/sys/boot/i386/efi/Makefile	Thu Feb 28 00:52:44 2013	(r247437)
@@ -86,10 +86,12 @@ LDADD=		${LIBFICL} ${LIBEFI} ${LIBSTAND}
 
 .include <bsd.prog.mk>
 
+beforedepend ${OBJS}: machine x86
+
+CLEANFILES+=   machine x86
 
-.if ${MACHINE_CPUARCH} == "amd64"
-beforedepend ${OBJS}: machine
-CLEANFILES+=   machine
 machine:
 	ln -sf ${.CURDIR}/../../../amd64/include machine
-.endif
+
+x86:
+	ln -sf ${.CURDIR}/../../../x86/include x86



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