svn commit: r257526 - projects/uefi/sys/boot/i386

Ed Maste emaste at FreeBSD.org
Fri Nov 1 21:10:45 UTC 2013


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'


More information about the svn-src-projects mailing list