From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760966Ab2DLSdz (ORCPT ); Thu, 12 Apr 2012 14:33:55 -0400 Received: from casper.infradead.org ([85.118.1.10]:34103 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754211Ab2DLSdy (ORCPT ); Thu, 12 Apr 2012 14:33:54 -0400 Date: Thu, 12 Apr 2012 15:33:51 -0300 From: Arnaldo Carvalho de Melo To: Sam Ravnborg Cc: Borislav Petkov , Ingo Molnar , Michal Marek , LKML Subject: Re: [PATCH v5 5/5] tools: Connect to the kernel build system Message-ID: <20120412183351.GQ16257@infradead.org> References: <1334162178-17152-1-git-send-email-bp@amd64.org> <1334162178-17152-6-git-send-email-bp@amd64.org> <20120411180434.GH16257@infradead.org> <20120411180837.GJ16257@infradead.org> <20120412152256.GH24549@aftab> <20120412155734.GA30170@merkur.ravnborg.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120412155734.GA30170@merkur.ravnborg.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.21 (2010-09-15) X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Em Thu, Apr 12, 2012 at 05:57:34PM +0200, Sam Ravnborg escreveu: > > diff --git a/tools/scripts/Makefile.include b/tools/scripts/Makefile.include > > index 87b55a729a5f..297b51d8e4be 100644 > > --- a/tools/scripts/Makefile.include > > +++ b/tools/scripts/Makefile.include > > @@ -38,11 +38,18 @@ else > > NO_SUBDIR = : > > endif > > > > -QUIET_SUBDIR0 = +$(MAKE) -C # space to separate -C and subdir > > -QUIET_SUBDIR1 = > > Who-ever came up with the names "QUIET_SUBDIR" must have had a bad day... Came from the git sources, where it still lives on: [acme@sandy git]$ git show b7774343 commit b777434383bd2f365be6896d8c89be6c1b62a135 Author: Alex Riesen Date: Wed Mar 7 00:44:49 2007 +0100 Support of "make -s": do not output anything of the build itself Signed-off-by: Junio C Hamano - Arnaldo