tweaks to build system, mainly making menuconfig text and order clearer

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2010-10-12 04:18:05 +02:00
parent b1993380ba
commit d4d289acf5
6 changed files with 46 additions and 38 deletions

View File

@ -16,8 +16,13 @@ typedef enum bb_install_loc_t {
_BB_DIR_ROOT = 0,
_BB_DIR_BIN,
_BB_DIR_SBIN,
#if ENABLE_INSTALL_NO_USR
_BB_DIR_USR_BIN = _BB_DIR_BIN,
_BB_DIR_USR_SBIN = _BB_DIR_SBIN,
#else
_BB_DIR_USR_BIN,
_BB_DIR_USR_SBIN
_BB_DIR_USR_SBIN,
#endif
} bb_install_loc_t;
typedef enum bb_suid_t {