xfs
[Top] [All Lists]

Error in fs/Config.in

To: linux-xfs@xxxxxxxxxxx
Subject: Error in fs/Config.in
From: Utz Lehmann <leh@xxxxxxxxxxxxxx>
Date: Thu, 31 May 2001 13:18:09 +0200
Sender: owner-linux-xfs@xxxxxxxxxxx
User-agent: Mutt/1.2.5i
Hi

With the lastest CVS tree make xconfig failed:

donner:/usr/src/linux # make xconfig
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
make -C scripts kconfig.tk
make[1]: Entering directory /usr/src/linux-2.4-xfs-20010531/linux/scripts'
cat header.tk >> ./kconfig.tk
/tkparse < ../arch/i386/config.in >> kconfig.tk
fs/Config.in: 84: unknown define_bool value
make[1]: *** [kconfig.tk] Error 1
make[1]: Leaving directory /usr/src/linux-2.4-xfs-20010531/linux/scripts'
make: *** [xconfig] Error 2


With this patch it works:

--- fs/Config.in.orig   Thu May 31 13:13:22 2001
+++ fs/Config.in        Thu May 31 13:14:17 2001
@@ -81,7 +81,7 @@
 else
    dep_tristate 'SGI XFS filesystem support' CONFIG_XFS_FS $CONFIG_PAGE_BUF
    if [ "$CONFIG_XFS_FS" != "n" ]; then
-      define_bool CONFIG_HAVE_ATTRCTL
+      define_bool CONFIG_HAVE_ATTRCTL y
       dep_mbool '  Enable XFS DMAPI' CONFIG_XFS_DMAPI $CONFIG_XFS_FS
       dep_mbool '  Enable XFS Quota' CONFIG_XFS_QUOTA $CONFIG_XFS_FS
$CONFIG_QUOTA
    fi


I'm not sure "y" is right value.


utz
 

<Prev in Thread] Current Thread [Next in Thread>