* latest build - xconfig
@ 2003-10-31 19:25 David Kesselring
2003-10-31 19:48 ` Steven J. Hill
0 siblings, 1 reply; 2+ messages in thread
From: David Kesselring @ 2003-10-31 19:25 UTC (permalink / raw)
To: linux-mips
It seems like xconfig is broken on the code currently in cvs.
./tkparse < ../arch/mips/config.in >> kconfig.tk
arch/mips/config-shared.in: 894: can't handle
dep_bool/dep_mbool/dep_tristate condition
make[1]: *** [kconfig.tk] Error 1
Hope this helps somebody.
David Kesselring
Atmel MMC
dkesselr@mmc.atmel.com
919-462-6587
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: latest build - xconfig
2003-10-31 19:25 latest build - xconfig David Kesselring
@ 2003-10-31 19:48 ` Steven J. Hill
0 siblings, 0 replies; 2+ messages in thread
From: Steven J. Hill @ 2003-10-31 19:48 UTC (permalink / raw)
To: David Kesselring; +Cc: linux-mips
[-- Attachment #1: Type: text/plain, Size: 341 bytes --]
David Kesselring wrote:
> It seems like xconfig is broken on the code currently in cvs.
> ./tkparse < ../arch/mips/config.in >> kconfig.tk
> arch/mips/config-shared.in: 894: can't handle
> dep_bool/dep_mbool/dep_tristate condition
> make[1]: *** [kconfig.tk] Error 1
>
I just checked in the fix. Here's the patch too for reference.
-Steve
[-- Attachment #2: eisa-xconfig.patch --]
[-- Type: text/plain, Size: 619 bytes --]
Index: config-shared.in
===================================================================
RCS file: /home/cvs/linux/arch/mips/Attic/config-shared.in,v
retrieving revision 1.1.2.91
diff -u -r1.1.2.91 config-shared.in
--- config-shared.in 22 Oct 2003 06:58:37 -0000 1.1.2.91
+++ config-shared.in 31 Oct 2003 19:47:28 -0000
@@ -891,7 +891,7 @@
if [ "$CONFIG_SGI_IP22" = "y" -o "$CONFIG_MIPS_MAGNUM_4000" = "y" -o \
"$CONFIG_OLIVETTI_M700" = "y" -o "$CONFIG_SNI_RM200_PCI" = "y" ]; then
- dep_bool 'EISA bus support' CONFIG_EISA
+ bool 'EISA bus support' CONFIG_EISA
fi
if [ "$CONFIG_PCI" != "y" ]; then
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-10-31 19:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-31 19:25 latest build - xconfig David Kesselring
2003-10-31 19:48 ` Steven J. Hill
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox