summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-03-29 14:03:29 +0000
committerasmodai <asmodai@FreeBSD.org>2001-03-29 14:03:29 +0000
commit3263ed06d83c2f364a1de6b98e9886ce29fe0035 (patch)
tree000b166bef0678e53ab8eba36cd6be6dd7a891c5
parentc3030e9fc4321a085b16cd13da3968ddd2c3d79c (diff)
downloadFreeBSD-src-3263ed06d83c2f364a1de6b98e9886ce29fe0035.zip
FreeBSD-src-3263ed06d83c2f364a1de6b98e9886ce29fe0035.tar.gz
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.
-rw-r--r--share/man/man5/make.conf.59
-rw-r--r--usr.sbin/jail/jail.82
2 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index dfe45fc..d22a269 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -367,7 +367,14 @@ and related programs.
Set to not build the
.Xr mailwrapper 8
MTA selector.
-.It Va NO_MAKEDEV
+.It Va NO_MAKEDEV_INSTALL
+.Vt ( bool )
+Set to avoid installing MAKEDEV in
+.Pa /dev .
+This implies the
+.Va NO_MAKEDEV_RUN
+variable.
+.It Va NO_MAKEDEV_RUN
.Vt ( bool )
Set to avoid running
.Dq Li "MAKEDEV all"
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8
index cbc08d5..d0fba19 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
OpenPOWER on IntegriCloud