> What type of make steps should be followed for a RH7.2 kernel rebuild?  I
> was expecting a make config && make dep && make bzipl && make modules &&
> make modules_install sequence.  All of these work except the kernel build
> itself (bzipl in my example).  A quick look at the Makefile doesn't suggest
> anything to me.
>
> I've looked around the web a bit trying to find out more on zipl and
> building kernels on 390 but not found too much information.  Can anyone
> tell me how to get started with this or where to find more information
> specific to S/390?  I'm pretty good with Linux on Intel but Linux under VM
> is a different beast.


When you unpack the RH source, you must then
make mrproper
Then choose a configuration file from the configs directory, do your
make config dep....


You can put all the targets on the one make commandline, you don't need to chain
them as you did.

You might also appreciate
make -s


--
Cheers
John Summerfield

Microsoft's most solid OS: http://www.geocities.com/rcwoolley/

Note: mail delivered to me is deemed to be intended for me, for my disposition.

==============================
If you don't like being told you're wrong,
        be right!

Reply via email to