From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.skyhub.de ([5.9.137.197]:35396 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727403AbfBAKgz (ORCPT ); Fri, 1 Feb 2019 05:36:55 -0500 Date: Fri, 1 Feb 2019 11:36:48 +0100 From: Borislav Petkov Subject: Re: [PATCH] kbuild: Disable extra debugging info in .s output Message-ID: <20190201103648.GF31854@zn.tnic> References: <20190121095338.8565-1-bp@alien8.de> <20190131115820.GF6749@zn.tnic> <20190201094217.GB31854@zn.tnic> <20190201103038.GE31854@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190201103038.GE31854@zn.tnic> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Masahiro Yamada Cc: Linux Kbuild mailing list , LKML , X86 ML , Michal Marek On Fri, Feb 01, 2019 at 11:30:38AM +0100, Borislav Petkov wrote: > This can't be a full kernel build. So I did this: $(obj)/%.s: $(src)/%.c FORCE @echo "HERE\n" $(call if_changed_dep,cc_s_c) and did a full kernel build with my .config. I got exactly *three* "HERE"s in the build log. So pls explain in more detail how you're measuring that slowdown. Thx. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the reply.