[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make -s should cause libtool to get --silent
From: |
Ralf Wildenhues |
Subject: |
Re: make -s should cause libtool to get --silent |
Date: |
Mon, 8 Jan 2007 19:39:27 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Hello Reuben,
* Reuben Thomas wrote on Sat, Jan 06, 2007 at 01:51:08AM CET:
> This is arguably a wish rather than a bug, but it's most irritating that on
> an autotoolized project make --silent isn't (though admittedly it's a lot
> quieter than without --silent).
>
> I realise there are workarounds, but they shouldn't be needed.
FWIW, I'd use
alias mymake='make -s LIBTOOLFLAGS=--silent'
or just
make >/dev/null || make
Cheers,
Ralf