global make -s

2012-01-22 Thread Michael BlackHeart
Hello, I'd like to know is there any good way to implement make -s behaivor as a default, 'cos in man make.conf examplet/etc/make.conf there's no anything about it. In most cases I just don't want to see echo output of make. I've added an alias to .cshrc like this^ alias make make -s \!:1

Re: global make -s

2012-01-22 Thread cliftonr
On 22.01.2012 07:54, Michael BlackHeart wrote: Hello, I'd like to know is there any good way to implement make -s behaivor as a default, 'cos in man make.conf examplet/etc/make.conf there's no anything about it. In most cases I just don't want to see echo output of make. I've added an alias to

Re: global make -s

2012-01-22 Thread cliftonr
On 22.01.2012 03:54, Michael BlackHeart wrote: Hello, I'd like to know is there any good way to implement make -s behaivor as a default, 'cos in man make.conf examplet/etc/make.conf there's no anything about it. In most cases I just don't want to see echo output of make. I've added an alias to