From 6ef219bbe07212fe8d81fc6ca21b489c89f0b24f Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 18 Sep 2019 16:30:49 +0000 Subject: [PATCH] glibc: enbable parallel build for locales Signed-off-by: Arne Fitzenreiter --- lfs/glibc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/glibc b/lfs/glibc index 6ffd39e6e7..7d2d0cf655 100644 --- a/lfs/glibc +++ b/lfs/glibc @@ -158,7 +158,7 @@ endif ifneq "$(TOOLCHAIN)" "1" # Creating the locales mkdir -p /usr/lib/locale - cd $(DIR_SRC)/glibc-build && make localedata/install-locales + cd $(DIR_SRC)/glibc-build && make localedata/install-locales $(MAKETUNING) # Timezone data will be shipped by tzdata. rm -rfv /usr/share/zoneinfo -- 2.39.5