[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: What commands will compile a Kernel?



>>>>> "PM" == Peter Mott <mott@mathworks.com> writes:

    PM> Is the following from a bash shell prompt a good way to do it?
    PM> (make dep && make clean && make boot && make modules) >
    PM> make.log 2>&1
    PM> Unlike separating commands by ';' the '&&' makes it stop if an
    PM> error occurs.

  Not that it makes any real difference, but listing multiple targets
for make works as expected. Just say:

'make oldconfig dep clean boot modules modules_install'

m.


Reply to: