Remove BB_FEATURE_REMOUNT (small, and should always be present)

and fix documentation dependancy checks, so it is only built when
it should be built.
 -Erik
This commit is contained in:
Erik Andersen
2000-05-03 03:19:06 +00:00
parent a19bc64653
commit 0a704e8ff6
5 changed files with 20 additions and 50 deletions

View File

@@ -181,9 +181,6 @@
// Enable support for a real /etc/mtab file instead of /proc/mounts
//#define BB_FEATURE_MOUNT_MTAB_SUPPORT
//
// Enable support for remounting filesystems
#define BB_FEATURE_REMOUNT
//
// Enable support for mounting remote NFS volumes
//#define BB_FEATURE_NFSMOUNT
//
@@ -236,12 +233,6 @@
#endif
#endif
//
#ifdef BB_INIT
#ifndef BB_FEATURE_REMOUNT
#define BB_FEATURE_REMOUNT
#endif
#endif
//
#ifdef BB_FEATURE_LINUXRC
#ifndef BB_INIT
#define BB_INIT