diff options
| author | Sam Ravnborg <sam@ravnborg.org> | 2018-05-22 21:36:12 +0200 |
|---|---|---|
| committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-05-28 18:25:21 +0900 |
| commit | 694c49a7c01cc87194be40cb26404b58b68c291c (patch) | |
| tree | 14380237215beb29d5a4e2f157bf28f1db80abdb /scripts/kconfig/check.sh | |
| parent | kconfig: refactor ncurses package checks for building mconf and nconf (diff) | |
| download | linux-694c49a7c01cc87194be40cb26404b58b68c291c.tar.gz linux-694c49a7c01cc87194be40cb26404b58b68c291c.zip | |
kconfig: drop localization support
The localization support is broken and appears unused.
There is no google hits on the update-po-config target.
And there is no recent (5 years) activity related to the localization.
So lets just drop this as it is no longer used.
Suggested-by: Ulf Magnusson <ulfalizer@gmail.com>
Suggested-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts/kconfig/check.sh')
| -rwxr-xr-x | scripts/kconfig/check.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/scripts/kconfig/check.sh b/scripts/kconfig/check.sh deleted file mode 100755 index 97f0fee7d173..000000000000 --- a/scripts/kconfig/check.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -# SPDX-License-Identifier: GPL-2.0 -# Needed for systems without gettext -$* -x c -o /dev/null - > /dev/null 2>&1 << EOF -#include <libintl.h> -int main() -{ - gettext(""); - return 0; -} -EOF -if [ ! "$?" -eq "0" ]; then - echo -DKBUILD_NO_NLS; -fi |
