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