[PATCH] Re: Cannot run "make xconfig" for 2.3.49

From: Niels Kristian Bech Jensen (nkbj@image.dk)
Date: Fri Mar 03 2000 - 01:28:11 EST


On Fri, 3 Mar 2000, Miles Lane wrote:

> rm -f include/asm
> ( cd include ; ln -sf asm-i386 asm)
> make -C scripts kconfig.tk
> make[1]: Entering directory `/usr/src/linux-2.3.49/scripts'
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkparse.o
> tkparse.c
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkcond.o
> tkcond.c
> gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o tkgen.o
> tkgen.c
> gcc -o tkparse tkparse.o tkcond.o tkgen.o
> cat header.tk >> ./kconfig.tk
> ./tkparse < ../arch/i386/config.in >> kconfig.tk
> statement not in menu
> make[1]: *** [kconfig.tk] Error 1
> make[1]: Leaving directory `/usr/src/linux-2.3.49/scripts'
> make: *** [xconfig] Error 2
>
Does this patch fix the problem?

--- linux-2.3.49/drivers/parport/Config.in Fri Jan 21 06:18:21 2000
+++ linux/drivers/parport/Config.in Fri Mar 3 07:25:41 2000
@@ -5,6 +5,9 @@
 # Parport configuration.
 #
 
+mainmenu_option next_comment
+comment 'Parallel port support'
+
 tristate 'Parallel port support' CONFIG_PARPORT
 if [ "$CONFIG_PARPORT" != "n" ]; then
    dep_tristate ' PC-style hardware' CONFIG_PARPORT_PC $CONFIG_PARPORT
@@ -47,3 +50,5 @@
 
    bool ' IEEE 1284 transfer modes' CONFIG_PARPORT_1284
 fi
+
+endmenu

-- 
Niels Kristian Bech Jensen -- nkbj@image.dk -- http://www.image.dk/~nkbj/

----------->> Stop software piracy --- use free software! <<-----------

- 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 : Tue Mar 07 2000 - 21:00:14 EST