aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-03-29 14:03:29 +0000
committerJeroen Ruigrok van der Werven <asmodai@FreeBSD.org>2001-03-29 14:03:29 +0000
commit723f7e302576fa50a80f3b29020d76dfa64d387a (patch)
tree04deb0d3913593d008f972c5767c7f9449a2cb54 /usr.sbin
parentd8edf8110aa7e65ecb0912bee51dd36bb505a92b (diff)
downloadsrc-723f7e302576fa50a80f3b29020d76dfa64d387a.tar.gz
src-723f7e302576fa50a80f3b29020d76dfa64d387a.zip
Change NO_MAKEDEV to a finer granularity method:
NO_MAKEDEV_INSTALL and NO_MAKEDEV_RUN. The former implying the latter. The names imply what they do. The last commit by DES based on a PR defeated the original idea behind NO_MAKEDEV, which was not to run MAKEDEV, but to do the installation of MAKEDEV. This should satisfy both parties on the MAKEDEV challenge. Reflect this in the documentation.
Notes
Notes: svn path=/head/; revision=74991
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/jail/jail.82
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index cbc08d5c3afd..d0fba19e0b70 100644
--- a/usr.sbin/jail/jail.8
+++ b/usr.sbin/jail/jail.8
@@ -62,7 +62,7 @@ D=/here/is/the/jail
cd /usr/src
make world DESTDIR=$D
cd etc
-make distribution DESTDIR=$D NO_MAKEDEV=yes
+make distribution DESTDIR=$D NO_MAKEDEV_RUN=yes
cd $D/dev
sh MAKEDEV jail
cd $D