aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2013-05-29 19:16:59 +0000
committerChris Rees <crees@FreeBSD.org>2013-05-29 19:16:59 +0000
commit021a0587d1dfff502c45d59a8fe5289f1d02dcfd (patch)
tree83ba22da64493a4078bba138f4c7d3dddda42e8b /Makefile
parentcd9046df115a95b53d5ece7b8bf65a483ec93ccb (diff)
downloadsrc-021a0587d1dfff502c45d59a8fe5289f1d02dcfd.tar.gz
src-021a0587d1dfff502c45d59a8fe5289f1d02dcfd.zip
Make the instruction order for buildworld agree with UPDATING and the
Handbook. Reviewed by: imp, bdrewery, netchild Approved by: gjb (mentor)
Notes
Notes: svn path=/head/; revision=251107
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7058ffddbbf1..18cf5836ac40 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
#