Re: 2.6.10 make script problems

From: Sam Ravnborg
Date: Mon Dec 27 2004 - 18:36:48 EST


On Mon, Dec 27, 2004 at 01:31:42PM +1030, Mark Williams (MWP) wrote:
>
> On a cleanly extracted 2.6.10 kernel, when i run "make menuconfig" i get the following:
>
> [root@linux linux-2.6.10]# make menuconfig
> HOSTCC scripts/basic/fixdep
> HOSTCC scripts/basic/split-include
> HOSTCC scripts/basic/docproc
> GEN /usr/src/linux-2.6.10-ck1/Makefile
> SHIPPED scripts/kconfig/zconf.tab.h
> HOSTCC scripts/kconfig/conf.o
> HOSTCC scripts/kconfig/mconf.o
> SHIPPED scripts/kconfig/zconf.tab.c
> SHIPPED scripts/kconfig/lex.zconf.c
> HOSTCC scripts/kconfig/zconf.tab.o
> HOSTLD scripts/kconfig/mconf
> HOSTCC scripts/lxdialog/checklist.o
> HOSTCC scripts/lxdialog/inputbox.o
> HOSTCC scripts/lxdialog/lxdialog.o
> HOSTCC scripts/lxdialog/menubox.o
> HOSTCC scripts/lxdialog/msgbox.o
> HOSTCC scripts/lxdialog/textbox.o
> HOSTCC scripts/lxdialog/util.o
> HOSTCC scripts/lxdialog/yesno.o
> HOSTLD scripts/lxdialog/lxdialog
>
> Note the "GEN /usr/src/linux-2.6.10-ck1/Makefile".
> Is this the problem?

Looks like you are using either make O= or have set KBUILD_OUTPUT to
/usr/src/linux-2.6.10-ck1.

But that does not explain it.

Where does the path "/usr/src/linux-2.6.10-ck1" come into the picture?

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