Re: libtool 2.4 args parsing incredibly slow

2011-02-01 Thread Ralf Wildenhues
Hello Chet, * Chet Ramey wrote on Mon, Jan 31, 2011 at 04:37:32PM CET: > On 1/30/11 3:50 AM, Ralf Wildenhues wrote: > >> On Sat, Jan 29, 2011 at 5:58 PM, Chet Ramey wrote: > >>> On 1/25/11 10:08 PM, Peter O'Gorman wrote: > for lt_wr_arg > do > case \$lt_wr_arg in >

Re: Getting rid of "Terminated" message thanks to SIGINT

2011-02-01 Thread Chet Ramey
On 2/1/11 3:52 AM, Marc Herbert wrote: Is it a problem? Bash prints messages about signal-terminated processes -- >>> Most people want to know when their jobs die >>> >>> ...except when they explicitly kill them. >> >> Then maybe the answer is to suppress the message when a process dies

Re: Getting rid of "Terminated" message thanks to SIGINT

2011-02-01 Thread Marc Herbert
>>> Is it a problem? Bash prints messages about signal-terminated processes -- >> >>> Most people want to know when their jobs die >> >> ...except when they explicitly kill them. > > Then maybe the answer is to suppress the message when a process dies > due to SIGTERM, as well as SIGINT. > Sinc