svn commit: r41681 - head/en_US.ISO8859-1/books/arch-handbook/boot
Hiroki Sato
hrs at FreeBSD.org
Sun May 19 05:20:53 UTC 2013
Eitan Adler <eadler at FreeBSD.org> wrote
in <201305190434.r4J4YBL2089589 at svn.freebsd.org>:
ea> Author: eadler
ea> Date: Sun May 19 04:34:10 2013
ea> New Revision: 41681
ea> URL: http://svnweb.freebsd.org/changeset/doc/41681
ea>
ea> Log:
ea> Update the Makefile snippet which builds boot2
ea>
ea> Modified:
ea> head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml
ea>
ea> Modified: head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml
ea> ==============================================================================
ea> --- head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml Sun May 19 04:25:40 2013 (r41680)
ea> +++ head/en_US.ISO8859-1/books/arch-handbook/boot/chapter.xml Sun May 19 04:34:10 2013 (r41681)
ea> @@ -308,9 +308,9 @@ Timecounter "i8254" frequency 1193182 H
ea> way:</para>
ea>
ea> <programlisting><filename>sys/boot/i386/boot2/Makefile:</filename>
ea> -boot2: boot2.ldr boot2.bin ${BTX}/btx/btx
ea> - btxld -v -E ${ORG2} -f bin -b ${BTX}/btx/btx -l boot2.ldr \
ea> - -o boot2.ld -P 1 boot2.bin</programlisting>
ea> +boot2.ld: boot2.ldr boot2.bin ${BTXKERN}
ea> + btxld -v -E ${ORG2} -f bin -b ${BTXKERN} -l boot2.ldr \
ea> + -o ${.TARGET} -P 1 boot2.bin</programlisting>
Why are the tab characters replaced with spaces?
-- Hiroki
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-doc-all/attachments/20130519/9de6b76c/attachment.sig>
More information about the svn-doc-all
mailing list