summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2006-06-07 03:33:48 +0000
committertrhodes <trhodes@FreeBSD.org>2006-06-07 03:33:48 +0000
commit20e391b4451357c8e2944a3374d4cfe69cc4b576 (patch)
treeb06d4f1442bea989eff320724c4eab4b2fbbd97b /Makefile
parent65d304bb17eb3a675475dca1de8ce547a6651d5b (diff)
downloadFreeBSD-src-20e391b4451357c8e2944a3374d4cfe69cc4b576.zip
FreeBSD-src-20e391b4451357c8e2944a3374d4cfe69cc4b576.tar.gz
Simply running ``make world'' will bomb unless you dig up the
undocumented HISTORICAL_MAKE_WORLD variable and set it. Note it here so the blow up will not really be a surprise to people who read. Link the buildingworld chapter of our handbook in the README while I'm here.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index bc1f0cb..f5026f7 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@
# buildworld - Rebuild *everything*, including glue to help do
# upgrades.
# installworld - Install everything built by "buildworld".
-# world - buildworld + installworld.
+# world - buildworld + installworld, no kernel.
# buildkernel - Rebuild the kernel and the kernel-modules.
# installkernel - Install the kernel and the kernel-modules.
# installkernel.debug
@@ -37,7 +37,8 @@
# system, the simple instructions are:
#
# 1. `cd /usr/src' (or to the directory containing your source tree).
-# 2. `make world'
+# 2. Define `HISTORICAL_MAKE_WORLD' variable (see README).
+# 3. `make world'
#
# For individuals wanting to upgrade their sources (even if only a
# delta of a few days):
OpenPOWER on IntegriCloud