Bug 22162

Summary: make stops and forks a shell
Product: Other Reporter: jd1008
Component: OtherAssignee: other_other
Status: RESOLVED UNREPRODUCIBLE    
Severity: blocking    
Priority: P1    
Hardware: All   
OS: Linux   
Kernel Version: 2.6.36 Subsystem:
Regression: No Bisected commit-id:

Description jd1008 2010-11-06 05:13:39 UTC
When building the kernel:
make all

first a few set of object are compiled, then
the make activity stops and a new shell is forked.
So I type ^D
Again, a couple of line of output, stops
and forks a new shell.
Again, I type ^D
now it continues. to the finish.

To install:

make modules_install install.

Again, modules get installed and a new shell gets forked.
Again I type ^D in the hopes it will continue to  populate /boot.
No such luck.

I already have in /boot  build 2.6.36-1 which I am currently running.
The new build is 2.6.36-2 because I made a change in the configuration.

Could someone please help me out here?
Comment 1 jd1008 2010-11-11 03:27:33 UTC
I found the source of the problem.
Please close.