Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2003 08:20:08 -0700 (PDT)
From:      Matthew George <mdg@secureworks.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/54220: [PATCH] /usr/src/Makefile has wrong instructions  for upgrade process
Message-ID:  <200307081520.h68FK8KS025597@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/54220; it has been noted by GNATS.

From: Matthew George <mdg@secureworks.net>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: misc/54220: [PATCH] /usr/src/Makefile has wrong instructions 
 for upgrade process
Date: Tue, 8 Jul 2003 11:14:50 -0400 (EDT)

 oops, here is the exact same patch without the line wrap ...
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/src/Makefile,v
 retrieving revision 1.284
 diff -u -r1.284 Makefile
 --- Makefile    4 Jul 2003 17:35:26 -0000       1.284
 +++ Makefile    8 Jul 2003 14:52:08 -0000
 @@ -41,11 +41,11 @@
  # delta of a few days):
  #
  # 1.  `cd /usr/src'       (or to the directory containing your source tree).
 -# 2.  `make buildworld'
 -# 3.  `make buildkernel KERNCONF=YOUR_KERNEL_HERE'     (default is GENERIC).
 -# 4.  `make installkernel KERNCONF=YOUR_KERNEL_HERE'   (default is GENERIC).
 -# 5.  `reboot'        (in single user mode: boot -s from the loader prompt).
 -# 6.  `mergemaster -p'
 +# 2.  `mergemaster -p'
 +# 3.  `make buildworld'
 +# 4.  `make buildkernel KERNCONF=YOUR_KERNEL_HERE'     (default is GENERIC).
 +# 5.  `make installkernel KERNCONF=YOUR_KERNEL_HERE'   (default is GENERIC).
 +# 6.  `reboot'        (in single user mode: boot -s from the loader prompt).
  # 7.  `make installworld'
  # 8.  `mergemaster'
  # 9.  `reboot'
 
 
 -- 
 Matthew George
 SecureWorks Technical Operations
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307081520.h68FK8KS025597>