From 2e78335125259763d745b54eaec4dba8d5e030fc Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 19 May 2013 04:34:10 +0000 Subject: [PATCH] Update the Makefile snippet which builds boot2 --- en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml b/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml index 3d54df590d..8f72f7ec24 100644 --- a/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml +++ b/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml @@ -308,9 +308,9 @@ Timecounter "i8254" frequency 1193182 Hz 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