Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Nov 2013 21:10:44 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r257526 - projects/uefi/sys/boot/i386
Message-ID:  <201311012110.rA1LAiKK053142@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Fri Nov  1 21:10:44 2013
New Revision: 257526
URL: http://svnweb.freebsd.org/changeset/base/257526

Log:
  Revert removal of i386 boot2
  
  A merge from HEAD commit (r255961) also removed the build of the
  sys/boot/i386/boot2 subdirectory.  I suspect this was a local change that
  was accidentally included.
  
  Sponsored by:	The FreeBSD Foundation

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

Modified: projects/uefi/sys/boot/i386/Makefile
==============================================================================
--- projects/uefi/sys/boot/i386/Makefile	Fri Nov  1 20:53:49 2013	(r257525)
+++ projects/uefi/sys/boot/i386/Makefile	Fri Nov  1 21:10:44 2013	(r257526)
@@ -2,7 +2,7 @@
 
 .include <bsd.own.mk>
 
-SUBDIR=		mbr pmbr boot0 boot0sio btx cdboot gptboot kgzldr \
+SUBDIR=		mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot kgzldr \
 		libi386 libfirewire loader
 
 # special boot programs, 'self-extracting boot2+loader'



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