From owner-freebsd-doc Tue Jun 25 10:40:58 2002 Delivered-To: freebsd-doc@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9CF1637B41F for ; Tue, 25 Jun 2002 10:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g5PHe3F58329; Tue, 25 Jun 2002 10:40:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 25 Jun 2002 10:40:03 -0700 (PDT) Message-Id: <200206251740.g5PHe3F58329@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org Cc: From: Johan Karlsson Subject: Re: kern/37127: make in /sys/boot/i386/boot2 and in /sys/boot/i3 Reply-To: Johan Karlsson Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/37127; it has been noted by GNATS. From: Johan Karlsson To: John Baldwin 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:38:27 +0200 --MW5yreqqjyrRcusr Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, Jun 25, 2002 at 13:28 (-0400) +0000, John Baldwin wrote: > > I suggest either > > > ># cd /sys/boot > ># make > ># cd /sys/boot/ > ># make install > > > > or > > > ># cd /sys/boot > ># make > ># make install > > Right, duh. This second one is best. It also has the nice side > effect of not being as machine-specific. > > > 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. > > Do the second. :) Ok, -doc folks please use this attached patch. /Johan K -- Johan Karlsson mailto:k@numeri.campus.luth.se --MW5yreqqjyrRcusr Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sercomm3.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:34:21 -0000 @@ -2455,17 +2455,9 @@ - Recompile and install the boot blocks: + Recompile and install the boot blocks and the boot loader: - &prompt.root; cd /sys/boot/i386/boot2 -&prompt.root; make -&prompt.root; make install - - - - Recompile and install the boot loader: - - &prompt.root; cd /sys/boot/i386/loader + &prompt.root; cd /sys/boot &prompt.root; make &prompt.root; make install --MW5yreqqjyrRcusr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message