Received: by 10.223.185.116 with SMTP id b49csp1133039wrg; Fri, 23 Feb 2018 12:30:58 -0800 (PST) X-Google-Smtp-Source: AH8x224LKG3OfJh3GXHbZy43FqOz+1UchqI1CwdvsRy2+NqI20TPExjCC3FSP+hOqdMCuR8I0ltC X-Received: by 2002:a17:902:7682:: with SMTP id m2-v6mr2781150pll.185.1519417858401; Fri, 23 Feb 2018 12:30:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519417858; cv=none; d=google.com; s=arc-20160816; b=SyRsM4OCZpLz6op2aT0AB58Pzdyr5pFt8r2a1uVEnYrNLWLBerIpcmKNhIUbZi5F9f 3/QnFP9FV37VS7JwnT+iLikguBgaaA+cUDoKoJq3JWdZfOjGCzruNqsNxBiAGwj06as8 7HNC+9/MrrSS55Hw0/qplgAyBIzUfHDnKXcUkC2dnFgTaBADsaCh2091dQJe/JXHD7iD 0UyM6SleMf12pGjAD90A7xgYoteG+8hEo/qGCIKG7n9SIi0dq5IV09jd8Awi2IJRZg98 /kPyYjwYVHIiXCu7fbNbv6C+T3ZznEhBvOZv1EoAMmFp0JflMZYSHp3BZnjDyp1TteMI 2Wlg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=YYnL9iJFGL3fFZHKBqdfcFYm7ijekkk8ZHrgJhoBOcI=; b=HvfjxGUgFqQUL4jPVaiYP8dagQJf7mls9QkJ8koXVMsaqLi7v1E7o4Aw3LQiGkyJjr N9LTLkI87L8wMVymTdD/FRYKxO6r6l91NBVLidxJCZIKrEW94mUTCpMygp/r2Z7bxk1m 9QaeB8GP27JQ+ZCubb/sovfcVr8T+GR13pHRXiaJelK431ijbh8DzlSdDHeiMqUhWdj1 /FnTWR/12WGmGTp/eSkSnJG8gfo3HUYkcmouIOqlHvprNzAVBgtZB4epgIm/RDjzEvPt 5MGjMV4rQ5UlBu9Nc2lsPbieHhqtc+iBbAIIJ2WJfee8eV6r+KZDy0sNur1zK+4WHbnN /GuA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w33-v6si2278188plb.419.2018.02.23.12.30.42; Fri, 23 Feb 2018 12:30:58 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754054AbeBWSgZ (ORCPT + 99 others); Fri, 23 Feb 2018 13:36:25 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:37670 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754041AbeBWSgX (ORCPT ); Fri, 23 Feb 2018 13:36:23 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id AE9BE12E1; Fri, 23 Feb 2018 18:36:22 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Arnd Bergmann , Linus Torvalds , Matt Fleming , Peter Zijlstra , Thomas Gleixner , Ingo Molnar Subject: [PATCH 4.4 073/193] x86/build: Silence the build with "make -s" Date: Fri, 23 Feb 2018 19:25:06 +0100 Message-Id: <20180223170337.429487430@linuxfoundation.org> X-Mailer: git-send-email 2.16.2 In-Reply-To: <20180223170325.997716448@linuxfoundation.org> References: <20180223170325.997716448@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Arnd Bergmann commit d460131dd50599e0e9405d5f4ae02c27d529a44a upstream. Every kernel build on x86 will result in some output: Setup is 13084 bytes (padded to 13312 bytes). System is 4833 kB CRC 6d35fa35 Kernel: arch/x86/boot/bzImage is ready (#2) This shuts it up, so that 'make -s' is truely silent as long as everything works. Building without '-s' should produce unchanged output. Signed-off-by: Arnd Bergmann Cc: Linus Torvalds Cc: Matt Fleming Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20170719125310.2487451-6-arnd@arndb.de Signed-off-by: Ingo Molnar Signed-off-by: Greg Kroah-Hartman --- arch/x86/boot/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/arch/x86/boot/Makefile +++ b/arch/x86/boot/Makefile @@ -64,12 +64,13 @@ GCOV_PROFILE := n $(obj)/bzImage: asflags-y := $(SVGA_MODE) quiet_cmd_image = BUILD $@ +silent_redirect_image = >/dev/null cmd_image = $(obj)/tools/build $(obj)/setup.bin $(obj)/vmlinux.bin \ - $(obj)/zoffset.h $@ + $(obj)/zoffset.h $@ $($(quiet)redirect_image) $(obj)/bzImage: $(obj)/setup.bin $(obj)/vmlinux.bin $(obj)/tools/build FORCE $(call if_changed,image) - @echo 'Kernel: $@ is ready' ' (#'`cat .version`')' + @$(kecho) 'Kernel: $@ is ready' ' (#'`cat .version`')' OBJCOPYFLAGS_vmlinux.bin := -O binary -R .note -R .comment -S $(obj)/vmlinux.bin: $(obj)/compressed/vmlinux FORCE