summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2018-08-17 11:37:21 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2018-08-22 23:21:42 +0900
commitdd5806ede3d71b7577d1d9ec853755709b6b40fa (patch)
treea6e1bfcf34199fc51e6257b326f1d633004c491e /Makefile
parentc86b1f934215796b2a8e74b76eed733d104e21fc (diff)
downloadlinux-0-day-dd5806ede3d71b7577d1d9ec853755709b6b40fa.tar.gz
linux-0-day-dd5806ede3d71b7577d1d9ec853755709b6b40fa.tar.xz
kbuild: remove "rpm" target, which is alias of "rpm-pkg"
As commit ebaad7d36406 ("kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is used") noticed, the "rpm" target is now removed. I assume people have already migrated to "rpm-pkg". Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index c13f8b85ba603..c4d7b4befac61 100644
--- a/Makefile
+++ b/Makefile
@@ -1354,16 +1354,12 @@ distclean: mrproper
# Packaging of the kernel to various formats
# ---------------------------------------------------------------------------
-# rpm target kept for backward compatibility
package-dir := scripts/package
%src-pkg: FORCE
$(Q)$(MAKE) $(build)=$(package-dir) $@
%pkg: include/config/kernel.release FORCE
$(Q)$(MAKE) $(build)=$(package-dir) $@
-rpm: rpm-pkg
- @echo " WARNING: \"rpm\" target will be removed after Linux 4.18"
- @echo " Please use \"rpm-pkg\" instead."
# Brief documentation of the typical targets used