svn commit: r195483 - user/kmacy/releng_7_2_fcs/sys/boot/i386

Kip Macy kmacy at FreeBSD.org
Thu Jul 9 00:39:56 UTC 2009


Author: kmacy
Date: Thu Jul  9 00:39:56 2009
New Revision: 195483
URL: http://svn.freebsd.org/changeset/base/195483

Log:
  comment out zfsboot build until btxld issue is resolved

Modified:
  user/kmacy/releng_7_2_fcs/sys/boot/i386/Makefile

Modified: user/kmacy/releng_7_2_fcs/sys/boot/i386/Makefile
==============================================================================
--- user/kmacy/releng_7_2_fcs/sys/boot/i386/Makefile	Thu Jul  9 00:04:24 2009	(r195482)
+++ user/kmacy/releng_7_2_fcs/sys/boot/i386/Makefile	Thu Jul  9 00:39:56 2009	(r195483)
@@ -1,8 +1,10 @@
 # $FreeBSD$
 
-SUBDIR=		mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot zfsboot \
+SUBDIR=		mbr pmbr boot0 boot0sio btx boot2 cdboot gptboot \
 		kgzldr libi386 libfirewire loader
 
+# SUBDIR+= zfsboot
+
 # special boot programs, 'self-extracting boot2+loader'
 SUBDIR+=	pxeldr
 


More information about the svn-src-user mailing list