From 0dbc5e389cc2cf69ec0994e8f68ecf82b30a8314 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 31 Mar 2003 11:46:49 +0000 Subject: [PATCH] Revert revision 1.639 -- the "nodev" mount(8) option restriction does not apply to ${CHROOTDIR} file system since revision 1.712. --- release/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/release/Makefile b/release/Makefile index 922ad6d0ece..6cbe3ff8d2a 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!