Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2013 19:17:00 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r251107 - head
Message-ID:  <201305291917.r4TJH05P012710@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees (doc,ports committer)
Date: Wed May 29 19:16:59 2013
New Revision: 251107
URL: http://svnweb.freebsd.org/changeset/base/251107

Log:
  Make the instruction order for buildworld agree with UPDATING and the
  Handbook.
  
  Reviewed by:	imp, bdrewery, netchild
  Approved by:	gjb (mentor)

Modified:
  head/Makefile

Modified: head/Makefile
==============================================================================
--- head/Makefile	Wed May 29 17:31:34 2013	(r251106)
+++ head/Makefile	Wed May 29 19:16:59 2013	(r251107)
@@ -65,8 +65,8 @@
 #  5.  `reboot'        (in single user mode: boot -s from the loader prompt).
 #  6.  `mergemaster -p'
 #  7.  `make installworld'
-#  8.  `make delete-old'
-#  9.  `mergemaster'		(you may wish to use -i, along with -U or -F).
+#  8.  `mergemaster'		(you may wish to use -i, along with -U or -F).
+#  9.  `make delete-old'
 # 10.  `reboot'
 # 11.  `make delete-old-libs' (in case no 3rd party program uses them anymore)
 #



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