From owner-svn-doc-all@FreeBSD.ORG Sun May 19 04:34:11 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 63716947; Sun, 19 May 2013 04:34:11 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 542138F0; Sun, 19 May 2013 04:34:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4J4YBTk089590; Sun, 19 May 2013 04:34:11 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4J4YBL2089589; Sun, 19 May 2013 04:34:11 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201305190434.r4J4YBL2089589@svn.freebsd.org> From: Eitan Adler Date: Sun, 19 May 2013 04:34:11 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r41681 - head/en_US.ISO8859-1/books/arch-handbook/boot X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 May 2013 04:34:11 -0000 Author: eadler Date: Sun May 19 04:34:10 2013 New Revision: 41681 URL: http://svnweb.freebsd.org/changeset/doc/41681 Log: Update the Makefile snippet which builds boot2 Modified: head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml Modified: head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml Sun May 19 04:25:40 2013 (r41680) +++ head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml Sun May 19 04:34:10 2013 (r41681) @@ -308,9 +308,9 @@ Timecounter "i8254" frequency 1193182 H way: sys/boot/i386/boot2/Makefile: -boot2: boot2.ldr boot2.bin ${BTX}/btx/btx - btxld -v -E ${ORG2} -f bin -b ${BTX}/btx/btx -l boot2.ldr \ - -o boot2.ld -P 1 boot2.bin +boot2.ld: boot2.ldr boot2.bin ${BTXKERN} + btxld -v -E ${ORG2} -f bin -b ${BTXKERN} -l boot2.ldr \ + -o ${.TARGET} -P 1 boot2.bin BTX This Makefile snippet shows that &man.btxld.8; is used to