From owner-svn-src-projects@FreeBSD.ORG Fri Nov 1 21:10:44 2013 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EB6E4836; Fri, 1 Nov 2013 21:10:44 +0000 (UTC) (envelope-from emaste@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D91D828B4; Fri, 1 Nov 2013 21:10:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA1LAijO053143; Fri, 1 Nov 2013 21:10:44 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA1LAiKK053142; Fri, 1 Nov 2013 21:10:44 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201311012110.rA1LAiKK053142@svn.freebsd.org> From: Ed Maste Date: Fri, 1 Nov 2013 21:10:44 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r257526 - projects/uefi/sys/boot/i386 X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Nov 2013 21:10:45 -0000 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 -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'