|
@@ -1,4 +1,4 @@
|
|
-From bd5a87ea4a0cc0ba393a16bbeb166903e4085e8b Mon Sep 17 00:00:00 2001
|
|
|
|
|
|
+From 03b1573ca341f1852ac05a884a68ed375cceccc0 Mon Sep 17 00:00:00 2001
|
|
From: Michael Olbrich <m.olbrich@pengutronix.de>
|
|
From: Michael Olbrich <m.olbrich@pengutronix.de>
|
|
Date: Mon, 21 May 2018 16:45:02 +0200
|
|
Date: Mon, 21 May 2018 16:45:02 +0200
|
|
Subject: [PATCH] HACK: only build and install localedef
|
|
Subject: [PATCH] HACK: only build and install localedef
|
|
@@ -13,16 +13,16 @@ Signed-off-by: Romain Naour <romain.naour@gmail.com>
|
|
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
|
|
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
|
|
---
|
|
---
|
|
Rules | 14 ++++++++++----
|
|
Rules | 14 ++++++++++----
|
|
- locale/Makefile | 6 +++---
|
|
|
|
- 2 files changed, 13 insertions(+), 7 deletions(-)
|
|
|
|
|
|
+ locale/Makefile | 3 ---
|
|
|
|
+ 2 files changed, 10 insertions(+), 7 deletions(-)
|
|
|
|
|
|
diff --git a/Rules b/Rules
|
|
diff --git a/Rules b/Rules
|
|
-index 279ae490ac..1321956be6 100644
|
|
|
|
|
|
+index 9010c5d5b2..f5e5525061 100644
|
|
--- a/Rules
|
|
--- a/Rules
|
|
+++ b/Rules
|
|
+++ b/Rules
|
|
-@@ -221,10 +221,16 @@ binaries-shared-notests = $(filter-out $(binaries-pie) $(binaries-static), \
|
|
|
|
|
|
+@@ -223,10 +223,16 @@ binaries-shared-notests = $(filter-out $(binaries-pie) $(binaries-static), \
|
|
$(binaries-all-notests))
|
|
$(binaries-all-notests))
|
|
-
|
|
|
|
|
|
+
|
|
ifneq "$(strip $(binaries-shared-notests))" ""
|
|
ifneq "$(strip $(binaries-shared-notests))" ""
|
|
-$(addprefix $(objpfx),$(binaries-shared-notests)): %: %.o \
|
|
-$(addprefix $(objpfx),$(binaries-shared-notests)): %: %.o \
|
|
- $(sort $(filter $(common-objpfx)lib%,$(link-libc))) \
|
|
- $(sort $(filter $(common-objpfx)lib%,$(link-libc))) \
|
|
@@ -39,13 +39,13 @@ index 279ae490ac..1321956be6 100644
|
|
+ $(common-objpfx)libc% $(+postinit),$^) \
|
|
+ $(common-objpfx)libc% $(+postinit),$^) \
|
|
+ $(link-extra-libs)
|
|
+ $(link-extra-libs)
|
|
endif
|
|
endif
|
|
-
|
|
|
|
|
|
+
|
|
ifneq "$(strip $(binaries-shared-tests))" ""
|
|
ifneq "$(strip $(binaries-shared-tests))" ""
|
|
diff --git a/locale/Makefile b/locale/Makefile
|
|
diff --git a/locale/Makefile b/locale/Makefile
|
|
-index d7036b0855..68afdddc7f 100644
|
|
|
|
|
|
+index 2810f28605..6b4cc9e831 100644
|
|
--- a/locale/Makefile
|
|
--- a/locale/Makefile
|
|
+++ b/locale/Makefile
|
|
+++ b/locale/Makefile
|
|
-@@ -76,7 +76,6 @@
|
|
|
|
|
|
+@@ -76,7 +76,6 @@ aux = \
|
|
xlocale \
|
|
xlocale \
|
|
# aux
|
|
# aux
|
|
others = \
|
|
others = \
|
|
@@ -53,7 +53,7 @@ index d7036b0855..68afdddc7f 100644
|
|
localedef \
|
|
localedef \
|
|
# others
|
|
# others
|
|
#others-static = \
|
|
#others-static = \
|
|
-@@ -84,7 +83,6 @@
|
|
|
|
|
|
+@@ -84,7 +83,6 @@ others = \
|
|
# locale \
|
|
# locale \
|
|
# # others-static
|
|
# # others-static
|
|
install-bin = \
|
|
install-bin = \
|
|
@@ -61,14 +61,14 @@ index d7036b0855..68afdddc7f 100644
|
|
localedef \
|
|
localedef \
|
|
# install-bin
|
|
# install-bin
|
|
extra-objs = \
|
|
extra-objs = \
|
|
-@@ -96,7 +94,6 @@
|
|
|
|
|
|
+@@ -96,7 +94,6 @@ extra-objs = \
|
|
generated += C-translit.h
|
|
generated += C-translit.h
|
|
before-compile += $(objpfx)C-translit.h
|
|
before-compile += $(objpfx)C-translit.h
|
|
-
|
|
|
|
|
|
+
|
|
-extra-libs = libBrokenLocale
|
|
-extra-libs = libBrokenLocale
|
|
extra-libs-others = $(extra-libs)
|
|
extra-libs-others = $(extra-libs)
|
|
-
|
|
|
|
|
|
+
|
|
libBrokenLocale-routines = broken_cur_max
|
|
libBrokenLocale-routines = broken_cur_max
|
|
---
|
|
|
|
-2.41.0
|
|
|
|
|
|
+--
|
|
|
|
+2.45.2
|
|
|
|
|