summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2006-06-21 09:53:42 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2006-06-21 09:53:42 +0000
commit2c5e89c2d3d1b903869ee12d5d6698a3017e33b8 (patch)
treebabafb82ed5ad4ce23dd6a53a19b4a31b463d50f /Makefile
parent78004009df138f7957c6ee633ceea82ed09608ca (diff)
downloadsrc-test2-2c5e89c2d3d1b903869ee12d5d6698a3017e33b8.tar.gz
src-test2-2c5e89c2d3d1b903869ee12d5d6698a3017e33b8.zip
Note a short-cut in the build procedure.
Notes
Notes: svn path=/head/; revision=159831
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f5026f769945..2217e68980dd 100644
--- a/Makefile
+++ b/Makefile
@@ -47,6 +47,7 @@
# 2. `make buildworld'
# 3. `make buildkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC).
# 4. `make installkernel KERNCONF=YOUR_KERNEL_HERE' (default is GENERIC).
+# [steps 3. & 4. can be combined by using the "kernel" target]
# 5. `reboot' (in single user mode: boot -s from the loader prompt).
# 6. `mergemaster -p'
# 7. `make installworld'