Rainer Orth <[EMAIL PROTECTED]> wrote:

> > > * At one time, I had to abort nightly with ^C.  Unfortunately, the
> > >   sub-dmakes ignored this an ran along happily.  It took me some effort to
> > >   kill off the whole bunch ;-(
> > 
> > This is interesting. Are you using bash at some important place here?
>
> Indeed: nightly is started from bash.

Then you may like to check whether your  problem is caused by a well known bash 
bug:

bash does job control for "sh -c command" which results in different 
process groups of sub-commands (e.g. in case that /bin/sh is bash and you use 
layered make systems).

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to