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

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

Log:
  Remove exec.c from here too.

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:49:00 2013	(r247435)
+++ projects/uefi/sys/boot/i386/efi/Makefile	Thu Feb 28 00:50:37 2013	(r247436)
@@ -10,7 +10,7 @@ PROG=		loader.sym
 INTERNALPROG=
 
 # architecture-specific loader code
-SRCS=	main.c exec.c conf.c vers.c reloc.c elf64_freebsd.c
+SRCS=	main.c conf.c vers.c reloc.c elf64_freebsd.c
 SRCS+=	x86_efi_copy.c bootinfo.c bootinfo64.c autoload.c devicename.c efimd.c
 SRCS+=	efifb.c amd64_tramp.S start.S
 



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