Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933590AbaDIOKY (ORCPT ); Wed, 9 Apr 2014 10:10:24 -0400 Received: from mail-ob0-f177.google.com ([209.85.214.177]:41898 "EHLO mail-ob0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933279AbaDIOKU (ORCPT ); Wed, 9 Apr 2014 10:10:20 -0400 MIME-Version: 1.0 X-Originating-IP: [129.2.129.27] In-Reply-To: <1397027753-15444-1-git-send-email-yamada.m@jp.panasonic.com> References: <1397027753-15444-1-git-send-email-yamada.m@jp.panasonic.com> From: Peter Foley Date: Wed, 9 Apr 2014 10:09:59 -0400 Message-ID: Subject: Re: [PATCH] x86: suppress "Nothing to be done for ..." messages To: Masahiro Yamada Cc: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 9, 2014 at 3:15 AM, Masahiro Yamada wrote: > When we compiled again, arch/x86/syscalls/Makefile and > arch/x86/tools/Makefile emitted "Nothing to be done for ..." messages. > > Here is the command log: > > $ make defconfig > [ snip ] > $ make > [ snip ] > $ make > make[1]: Nothing to be done for `all'. <----- > make[1]: Nothing to be done for `relocs'. <----- > CHK include/config/kernel.release > CHK include/generated/uapi/linux/version.h > > Signed-off-by: Masahiro Yamada > --- > arch/x86/syscalls/Makefile | 1 + > arch/x86/tools/Makefile | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/arch/x86/syscalls/Makefile b/arch/x86/syscalls/Makefile > index f325af2..b6c923a 100644 > --- a/arch/x86/syscalls/Makefile > +++ b/arch/x86/syscalls/Makefile > @@ -56,3 +56,4 @@ targets += $(uapisyshdr-y) $(syshdr-y) > > all: $(addprefix $(uapi)/,$(uapisyshdr-y)) > all: $(addprefix $(out)/,$(syshdr-y)) > + @: > diff --git a/arch/x86/tools/Makefile b/arch/x86/tools/Makefile > index e812034..95e3ed7 100644 > --- a/arch/x86/tools/Makefile > +++ b/arch/x86/tools/Makefile > @@ -41,3 +41,4 @@ HOST_EXTRACFLAGS += -I$(srctree)/tools/include > hostprogs-y += relocs > relocs-objs := relocs_32.o relocs_64.o relocs_common.o > relocs: $(obj)/relocs > + @: > -- > 1.8.3.2 > > -- Acked-by: Peter Foley I've an identical patch lying around that I haven't gotten around to submitting yet. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/