From: "Mark Williams (MWP)" <mwp@internode.on.net>
To: linux-kernel@vger.kernel.org
Cc: Sam Ravnborg <sam@ravnborg.org>
Subject: Re: 2.6.10 make script problems
Date: Mon, 27 Dec 2004 13:31:42 +1030 [thread overview]
Message-ID: <20041227030142.GA3321@linux.comp> (raw)
>On Mon, Dec 27, 2004 at 01:23:02AM +1030, Mark Williams (MWP) wrote:
>> Hi all,
>> First... im not on lkml, so can you please CC replies back to me, thanks.
>>
>> This is a werid one...
>>
>> On running "make menuconfig" for the first time on a freshly extracted
>> "linux-2.6.10.tar.bz2" everything works fine.
>>
>> >From then on however, running "make" in any form ("make bzImage", "make
>> menuconfig", etc) brings on this:
>>
>> [root@linux linux-2.6.10]# make bzImage
>> make -C /usr/src/linux-2.6.10 O=/usr/src/linux-2.6.10 bzImage
>> make -C /usr/src/linux-2.6.10 O=/usr/src/linux-2.6.10 bzImage
>> make -C /usr/src/linux-2.6.10 O=/usr/src/linux-2.6.10 bzImage
>> make -C /usr/src/linux-2.6.10 O=/usr/src/linux-2.6.10 bzImage
>> make -C /usr/src/linux-2.6.10 O=/usr/src/linux-2.6.10 bzImage
>> ....
>>
>> which continues until i ctrl-c.
>
>Check your Makefile. It looks like 'make O=...' was executed in the
>wrong directory, thus overwriting the original Makefile.
>
> Sam
Yes, it seems the root Makefile is being overwritten.
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?
Thanks again.
next reply other threads:[~2004-12-27 3:02 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-27 3:01 Mark Williams (MWP) [this message]
2004-12-27 23:36 ` 2.6.10 make script problems Sam Ravnborg
-- strict thread matches above, loose matches on Subject: below --
2004-12-26 14:53 Mark Williams (MWP)
2004-12-26 20:19 ` Sam Ravnborg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041227030142.GA3321@linux.comp \
--to=mwp@internode.on.net \
--cc=linux-kernel@vger.kernel.org \
--cc=sam@ravnborg.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox