All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: "Mark Williams (MWP)" <mwp@internode.on.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.10 make script problems
Date: Sun, 26 Dec 2004 21:19:36 +0100	[thread overview]
Message-ID: <20041226201936.GA15643@mars.ravnborg.org> (raw)
In-Reply-To: <20041226145302.GA12627@linux.comp>

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

  reply	other threads:[~2004-12-26 20:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-26 14:53 2.6.10 make script problems Mark Williams (MWP)
2004-12-26 20:19 ` Sam Ravnborg [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-12-27  3:01 Mark Williams (MWP)
2004-12-27 23:36 ` 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=20041226201936.GA15643@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mwp@internode.on.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.