make xconfig and choice bug?

From: Matthias Andree (ma@dt.e-technik.uni-dortmund.de)
Date: Sat Jan 08 2000 - 09:41:29 EST


Hi,

while playing with reiserfs, I found out that:

make xconfig does not choose any of the options of a "choice"
selection for a new option, while make menuconfig does and make
oldconfig/make config ask anyways for new options.

This is the relevant Config.in fragment. I expect make xconfig to set
CONFIG_CRYPTO_SECURE_HASH unless explicitly touched (yes, REISERFS is
set).

#reiserfs support
tristate 'Reiserfs support' CONFIG_REISERFS_FS
if [ "$CONFIG_REISERFS_FS" = "y" -o "$CONFIG_REISERFS_FS" = "m" ]; then

    choice 'Reiserfs hash function' \
           "...tea_hash CONFIG_CRYPTO_SECURE_HASH \
            ...rupasov_hash CONFIG_YRH_HASH" ...tea_hash
fi

Comments, Fixes? (I cannot currently program Tcl/Tk).

-- 
Matthias Andree

Hi! I'm the infamous .signature virus! Copy me into your ~/.signature to help me spread!

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jan 15 2000 - 21:00:12 EST