Re: iterative kernel build environment - how do you structure yours?

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

 



On Wed, Feb 19, 2003 at 06:22:33AM +0800, Mark Feldman wrote:
> I script the whole build process and likely modules_install gets runs 
> even if there is a compile error.

make modules && sudo make modules_install
the && tells your shell to only run the make modules_install if the
previous command, make modules, didn't die.

I expect a little more sophistication in shell scripting could get your
terminal to beep a few times on an error, or something to that effect.
Take a look at the manpage for your shell for more ideas on how to make
error conditions a little more noticable. :)

-- 
http://immunix.org/

Attachment: pgp00320.pgp
Description: PGP signature


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux