From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/1101 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 1/3] makefile: add silent rules Date: Wed, 13 Jun 2012 08:27:06 +0200 Message-ID: <20120613062706.GI17860@port70.net> References: <1339564923-13703-1-git-send-email-lu_zero@gentoo.org> <1339564923-13703-2-git-send-email-lu_zero@gentoo.org> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1339568840 10998 80.91.229.3 (13 Jun 2012 06:27:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2012 06:27:20 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-1102-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jun 13 08:27:20 2012 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1Seh30-0006zZ-5k for gllmg-musl@plane.gmane.org; Wed, 13 Jun 2012 08:27:18 +0200 Original-Received: (qmail 10137 invoked by uid 550); 13 Jun 2012 06:27:18 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 10129 invoked from network); 13 Jun 2012 06:27:18 -0000 Content-Disposition: inline In-Reply-To: <1339564923-13703-2-git-send-email-lu_zero@gentoo.org> User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:1101 Archived-At: * Luca Barbato [2012-06-13 07:22:01 +0200]: > make V=1 to disable them we already discussed that silent should not be the default so you may want to add V ?= 1 at the top and instead of > +ifndef V use ifeq ($(strip $(V)),)