[PATCH] was 2.4.0test1-ac7 make xconfig fails

From: Kip Macy (kip@eventdriven.org)
Date: Thu Jun 01 2000 - 12:59:33 EST


It is a problem in the drivers/ide/Config.in file not in
xconfig - I would guess menuconfig defers parsing the file.
This simple patch will fix it.

diff -Naur linux/drivers/ide/Config.in
linux-newest/drivers/ide/Config.in
--- linux/drivers/ide/Config.in Thu Jun 1 10:55:14 2000
+++ linux-newest/drivers/ide/Config.in Thu Jun 1 10:52:48 2000
@@ -140,9 +140,9 @@
 fi
 
 if [ "$CONFIG_BLK_DEV_TIVO" = "y" ]; then
- define CONFIG_DMA_NONPCI y
+ define_bool CONFIG_DMA_NONPCI y
 else
- define CONFIG_DMA_NONPCI n
+ define_bool CONFIG_DMA_NONPCI n
 fi
 if [ "$CONFIG_IDE_CHIPSETS" = "y" -o \
      "$CONFIG_BLK_DEV_AEC62XX" = "y" -o \

Wade Hampton wrote:
>
> I have a fresh copy of 2.4.0 with ac7 patch (extracted
> the 2.4.0 then applied just the ac7 patch). Executing
> a make xconfig fails with the error:
>
> ./tkparse <....>> kconfig.tk
> drivers/ide/COnfig.in: 143: unknown command
> make[1]: *** [kconfig.tk] Error 1
> ...
>
> Make menuconfig seems to work, however.
>
> Cheers,
> --
> W. Wade, Hampton <whampton@staffnet.com>
> On July 8, 1947, witnesses claim a spaceship with five aliens aboard
> crashed on a sheep and cattle ranch outside Roswell, New Mexico.
> On March 31, 1948, nine months later, Al Gore was born!
>
> -
> 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/

-
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 : Wed Jun 07 2000 - 21:00:13 EST