diff options
author | ru <ru@FreeBSD.org> | 2003-03-31 11:46:49 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-03-31 11:46:49 +0000 |
commit | fa43c2f973280f8203411998257bcc92da926937 (patch) | |
tree | 2ebb7f3cccfae6ef1f163cc5985aab0e7f186162 /release | |
parent | d26db1b3a5930dd66da84305c7ac29ce2728e05b (diff) | |
download | FreeBSD-src-fa43c2f973280f8203411998257bcc92da926937.zip FreeBSD-src-fa43c2f973280f8203411998257bcc92da926937.tar.gz |
Revert revision 1.639 -- the "nodev" mount(8) option restriction
does not apply to ${CHROOTDIR} file system since revision 1.712.
Diffstat (limited to 'release')
-rw-r--r-- | release/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile index 922ad6d..6cbe3ff 100644 --- a/release/Makefile +++ b/release/Makefile @@ -13,10 +13,6 @@ # (either by being compiled in or available as a kld(4) module), # otherwise the target 'release.9' and possibly others will fail. # -# Note: "/some/dir" cannot reside on a filesystem mounted with -# the "nodev" option, otherwise the chrooted "buildworld" will likely -# fail. -# # Note: If you add options to this file, please keep release(7) updated! # # Set these, release builder! |