From owner-freebsd-stable@FreeBSD.ORG Sun Jan 22 18:51:23 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 2C788106564A for ; Sun, 22 Jan 2012 18:51:23 +0000 (UTC) (envelope-from cliftonr@volcano.org) Received: from gateway12.websitewelcome.com (gateway12.websitewelcome.com [69.56.144.7]) by mx1.freebsd.org (Postfix) with ESMTP id F1AB48FC0C for ; Sun, 22 Jan 2012 18:51:22 +0000 (UTC) Received: by gateway12.websitewelcome.com (Postfix, from userid 5007) id 10DC6A183BF45; Sun, 22 Jan 2012 12:27:51 -0600 (CST) Received: from gator1313.hostgator.com (gator1313.hostgator.com [174.37.241.130]) by gateway12.websitewelcome.com (Postfix) with ESMTP id EFA79A183BF20 for ; Sun, 22 Jan 2012 12:27:50 -0600 (CST) Received: from localhost ([127.0.0.1]:46752 helo=gator1313.hostgator.com) by gator1313.hostgator.com with esmtpa (Exim 4.69) (envelope-from ) id 1Rp28s-00074n-HE; Sun, 22 Jan 2012 12:27:50 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 22 Jan 2012 08:27:50 -1000 From: cliftonr@volcano.org To: Michael BlackHeart In-Reply-To: References: Message-ID: <41739c4fedb05df2cd5f916734b84181@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]:46752 X-Source-Auth: cliftonr@volcano.org X-Email-Count: 7 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:23 -0000 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 .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 the current value of MAKEFLAGS if you have one. That should work. IMHO this would be good practice only in a universe where everything would always work right. In our own, this means anytime something goes wrong, you'll have no context for it. If you don't mind having to change flags and rerun whatever make command failed, when something fails, to find out what went wrong where, it's your call. -- Clifton -- Clifton Royston -- cliftonr@iandicomputing.com / cliftonr@volcano.org Custom programming, network design, systems and network consulting services