Date: Tue, 25 Jun 2002 10:10:04 -0700 (PDT) From: Johan Karlsson <k@numeri.campus.luth.se> To: freebsd-doc@FreeBSD.org Subject: Re: kern/37127: make in /sys/boot/i386/boot2 and in /sys/boot/i3 Message-ID: <200206251710.g5PHA4955024@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/37127; it has been noted by GNATS. From: Johan Karlsson <k@numeri.campus.luth.se> To: John Baldwin <jhb@FreeBSD.org> Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/37127: make in /sys/boot/i386/boot2 and in /sys/boot/i3 Date: Tue, 25 Jun 2002 19:06:40 +0200 --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jun 25, 2002 at 10:43 (-0400) +0000, John Baldwin wrote: > > Looks good. Actually, you might as well change it to do the > following: > > # cd /sys/boot/<arch> > # make > # make install > > To go ahead and install all the various boot blocks. This does not work (at least not on i386 -stable) since ficl is need to build the loader. I suggest either # cd /sys/boot # make # cd /sys/boot/<arch> # make install or # cd /sys/boot # make # make install On i386 -stable the result is the same but since I'm not sure about other arch I guess the safe thing is to do the first. Hence I suggest to use the atteched patch. -doc folks, note that I have used <replaceable> around 'arch' but I'm not sure that is the correct thing to do. Please change that if needed before committing. /Johan K -- Johan Karlsson mailto:k@numeri.campus.luth.se --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sercomm2.diff" Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml,v retrieving revision 1.62 diff -u -r1.62 chapter.sgml --- chapter.sgml 30 May 2002 07:49:50 -0000 1.62 +++ chapter.sgml 25 Jun 2002 17:00:52 -0000 @@ -2455,19 +2455,12 @@ </step> <step> - <para>Recompile and install the boot blocks:</para> + <para>Recompile and install the boot blocks and the boot loader:</para> - <screen>&prompt.root; <userinput>cd /sys/boot/i386/boot2</userinput> + <screen>&prompt.root; <userinput>cd /sys/boot</userinput> &prompt.root; <userinput>make</userinput> -&prompt.root; <userinput>make install</userinput></screen> - </step> - - <step> - <para>Recompile and install the boot loader:</para> - - <screen>&prompt.root; <userinput>cd /sys/boot/i386/loader</userinput> -&prompt.root; <userinput>make</userinput> -&prompt.root; <userinput>make install</userinput></screen> +&prompt.root; <userinput>cd /sys/boot/<replaceable>arch</replaceable></userinput> +&prompt.root; <userinput>make install</userinput> </step> <step> --3V7upXqbjpZ4EhLz-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206251710.g5PHA4955024>