[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1533701203-31019-1-git-send-email-yamada.masahiro@socionext.com>
Date: Wed, 8 Aug 2018 13:06:43 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: linux-kbuild@...r.kernel.org
Cc: Rob Landley <rob@...dley.net>, Ulf Magnusson <ulfalizer@...il.com>,
Jiri Kosina <trivial@...nel.org>,
Kees Cook <keescook@...omium.org>,
Masahiro Yamada <yamada.masahiro@...ionext.com>,
Randy Dunlap <rdunlap@...radead.org>,
Nicholas Piggin <npiggin@...il.com>,
Dominik Brodowski <linux@...inikbrodowski.net>,
linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Frederic Weisbecker <frederic@...nel.org>,
"Peter Zijlstra (Intel)" <peterz@...radead.org>,
Ingo Molnar <mingo@...nel.org>,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>
Subject: [RESEND PATCH] init/Kconfig: Use short unix-style option instead of --longname
From: Rob Landley <rob@...dley.net>
Avoids warning messages with the latest release of toybox, which never
bothered to implement the --longopts nothing was using.
Signed-off-by: Rob Landley <rob@...dley.net>
Signed-off-by: Masahiro Yamada <yamada.masahiro@...ionext.com>
---
This was sent to the trivial ML some time ago,
but not applied yet.
I will apply this to kbuild tree for v4.19
[yamada.masahiro@...ionext.com
Move the patch description under '---'
to the commit log body.
]
init/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/init/Kconfig b/init/Kconfig
index 794a1b1..944b1fd 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -2,9 +2,9 @@ config DEFCONFIG_LIST
string
depends on !UML
option defconfig_list
- default "/lib/modules/$(shell,uname --release)/.config"
+ default "/lib/modules/$(shell,uname -r)/.config"
default "/etc/kernel-config"
- default "/boot/config-$(shell,uname --release)"
+ default "/boot/config-$(shell,uname -r)"
default ARCH_DEFCONFIG
default "arch/$(ARCH)/defconfig"
--
2.7.4
Powered by blists - more mailing lists