diff mbox series

kbuild: remove '/' target

Message ID 20200425131810.991717-1-masahiroy@kernel.org (mailing list archive)
State New, archived
Headers show
Series kbuild: remove '/' target | expand

Commit Message

Masahiro Yamada April 25, 2020, 1:18 p.m. UTC
This notice has been here for a while. Remove it entirely now.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 Makefile | 4 ----
 1 file changed, 4 deletions(-)

Comments

Masahiro Yamada May 1, 2020, 5:36 a.m. UTC | #1
On Sat, Apr 25, 2020 at 10:18 PM Masahiro Yamada <masahiroy@kernel.org> wrote:
>
> This notice has been here for a while. Remove it entirely now.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.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
>
diff mbox series

Patch

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.'