Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd5806ed authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

kbuild: remove "rpm" target, which is alias of "rpm-pkg"



As commit ebaad7d3 ("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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent c86b1f93
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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