[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNASYYcBRt3n6oQF_jWDEh8ZGiUfmog-v-KK+f6ZRPr828w@mail.gmail.com>
Date: Fri, 1 May 2020 14:36:14 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Linux Kbuild mailing list <linux-kbuild@...r.kernel.org>
Cc: Michal Marek <michal.lkml@...kovi.net>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] kbuild: remove '/' target
On Sat, Apr 25, 2020 at 10:18 PM Masahiro Yamada <masahiroy@...nel.org> wrote:
>
> This notice has been here for a while. Remove it entirely now.
>
> Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
> ---
>
Applied to linux-kbuild.
> Makefile | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 49b2709ff44e..95c2d8c2dfe8 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1650,10 +1650,6 @@ _emodinst_post: _emodinst_
> clean-dirs := $(KBUILD_EXTMOD)
> clean: rm-files := $(KBUILD_EXTMOD)/Module.symvers $(KBUILD_EXTMOD)/modules.nsdeps
>
> -PHONY += /
> -/:
> - @echo >&2 '"$(MAKE) /" is no longer supported. Please use "$(MAKE) ./" instead.'
> -
> PHONY += help
> help:
> @echo ' Building external modules.'
> --
> 2.25.1
>
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists