svn commit: r251107 - head

Chris Rees crees at FreeBSD.org
Wed May 29 19:17:00 UTC 2013


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)
 #


More information about the svn-src-all mailing list