From owner-freebsd-stable@FreeBSD.ORG Sun Jan 22 18:51:18 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4482106564A for ; Sun, 22 Jan 2012 18:51:18 +0000 (UTC) (envelope-from cliftonr@volcano.org) Received: from gateway11.websitewelcome.com (gateway11.websitewelcome.com [69.93.154.25]) by mx1.freebsd.org (Postfix) with ESMTP id 767858FC08 for ; Sun, 22 Jan 2012 18:51:18 +0000 (UTC) Received: by gateway11.websitewelcome.com (Postfix, from userid 5011) id 55DE5A74EF013; Sun, 22 Jan 2012 12:20:25 -0600 (CST) Received: from gator1313.hostgator.com (gator1313.hostgator.com [174.37.241.130]) by gateway11.websitewelcome.com (Postfix) with ESMTP id 40D32A74EEFEF for ; Sun, 22 Jan 2012 12:20:25 -0600 (CST) Received: from localhost ([127.0.0.1]:38424 helo=gator1313.hostgator.com) by gator1313.hostgator.com with esmtpa (Exim 4.69) (envelope-from ) id 1Rp21f-0004aO-Tb; Sun, 22 Jan 2012 12:20:23 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 22 Jan 2012 12:20:23 -0600 From: cliftonr@volcano.org To: Michael BlackHeart In-Reply-To: References: Message-ID: <4b554a46341058cea4a73874fd7afe68@volcano.org> X-Sender: cliftonr@volcano.org User-Agent: Roundcube Webmail/0.6 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator1313.hostgator.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - volcano.org X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: localhost (gator1313.hostgator.com) [127.0.0.1]:38424 X-Source-Auth: cliftonr@volcano.org X-Email-Count: 4 X-Source-Cap: Y2xpZnRvbnI7Y2xpZnRvbnI7Z2F0b3IxMzEzLmhvc3RnYXRvci5jb20= Cc: freebsd-stable@freebsd.org Subject: Re: global make -s X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jan 2012 18:51:18 -0000 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 .cshrc like this^ > > alias make make -s \!:1 > > but I don't know could be there any negativity. Any advices? You can set MAKEFLAGS=-s in your shell environment, or add -s to whatever other value you're using for MAKEFLAGS. IMHO, this would be a fine thing in a universe where everything would always go right; in our own universe, I doubt that this is a good idea because when things do go wrong you won't have any context for it. -- Clifton -- Clifton Royston -- cliftonr@iandicomputing.com / cliftonr@volcano.org Custom programming, network design, systems and network consulting services