lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 9 Nov 2010 18:40:37 +0800
From:	Américo Wang <xiyou.wangcong@...il.com>
To:	JD <jd1008@...il.com>
Cc:	Américo Wang <xiyou.wangcong@...il.com>,
	LKML <linux-kernel@...r.kernel.org>
Subject: Re: Question/help re: themake scripts in 2.6.36

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'.

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ