From: "Américo Wang" <xiyou.wangcong@gmail.com>
To: JD <jd1008@gmail.com>
Cc: "Américo Wang" <xiyou.wangcong@gmail.com>,
LKML <linux-kernel@vger.kernel.org>
Subject: Re: Question/help re: themake scripts in 2.6.36
Date: Tue, 9 Nov 2010 18:40:37 +0800 [thread overview]
Message-ID: <20101109104037.GJ5220@cr0.nay.redhat.com> (raw)
In-Reply-To: <4CD73A04.5020604@gmail.com>
On Sun, Nov 07, 2010 at 03:45:08PM -0800, JD wrote:
>On 11/07/2010 12:42 AM, Américo Wang wrote:
>>On Sat, Nov 06, 2010 at 09:51:51PM -0700, JD wrote:
>>>I have compiled 2.6.36 (i686) without any problems.
>>>Since then, I have decided to change a couple of
>>>config variables (using xconfig).
>>
>>You can use 'make oldconfig'.
>>
>>>When done, running make all
>>>causes the make scripts to stop compilation after building
>>>a few objects, and spawn a shell.
>>>Since I have no idea what to do in that shell, I exit
>>>that shell, and the compilaton continues.
>>>This takes place 3 times before compilation is complete.
>>>
>>
>>What? How can make spawn a shell...
>>
>>Can you copy and paste what you see and what you get
>>from your terminal?
>I have attached make.out.xz
>(compressed with lzma).
>
>Look for exit
>because I had to exit the shell that gets forked in order to
>let make continue.
>
Well, that is not due to make, it is because you
used su -c 'make install modules_install'. :)
Try su -c 'make install && make modules_install'.
prev parent reply other threads:[~2010-11-09 10:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-07 4:51 Question/help re: themake scripts in 2.6.36 JD
2010-11-07 7:42 ` Américo Wang
[not found] ` <4CD73A04.5020604@gmail.com>
2010-11-09 10:40 ` Américo Wang [this message]
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=20101109104037.GJ5220@cr0.nay.redhat.com \
--to=xiyou.wangcong@gmail.com \
--cc=jd1008@gmail.com \
--cc=linux-kernel@vger.kernel.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