https://github.com/torvalds/linux
Revision ebaad7d36406d951159f43038a843edece1b7877 authored by Masahiro Yamada on 15 November 2017, 09:19:20 UTC, committed by Masahiro Yamada on 23 November 2017, 14:12:05 UTC
The "rpm" has been kept for backward compatibility since pre-git era.
I am planning to remove it after the Linux 4.18 release.  Annouce the
end of the support, prompting to use "rpm-pkg" instead.

If you use "rpm", it will work like "rpm-pkg", but warning messages
will be displayed as follows:

  WARNING: "rpm" target will be removed after Linux 4.18
           Please use "rpm-pkg" instead.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
1 parent 2dbc644
Raw File
Tip revision: ebaad7d36406d951159f43038a843edece1b7877 authored by Masahiro Yamada on 15 November 2017, 09:19:20 UTC
kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is used
Tip revision: ebaad7d
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top