View | Details | Raw Unified | Return to bug 12712
Collapse All | Expand All

(-)Makefile (-2 / +7 lines)
Lines 8-15 Link Here
8
# name should be used when checking out the sources to build the release
8
# name should be used when checking out the sources to build the release
9
# (default is HEAD).
9
# (default is HEAD).
10
#
10
#
11
# Please note: the vn driver must also be compiled into your kernel,
11
# Please note:
12
# otherwise the target 'release.8' and possibly others will fail.
12
#
13
#	the vn driver must also be compiled into your kernel,
14
#	otherwise the target 'release.8' and possibly others will fail.
15
#
16
#	the "/some/dir" should NOT be mounted with "nodev" option,
17
#	otherwise the chrooted 'buildworld' for target 'release' may fail.
13
#
18
#
14
# Set these, release builder!
19
# Set these, release builder!
15
#
20
#

Return to bug 12712