|
@@ -83,7 +83,9 @@ uclibc-unpacked: $(UCLIBC_DIR)/.unpacked
|
|
|
$(UCLIBC_DIR)/.unpacked: $(DL_DIR)/$(UCLIBC_SOURCE) $(UCLIBC_LOCALE_DATA)
|
|
|
[ -d $(TOOL_BUILD_DIR) ] || $(INSTALL) -d $(TOOL_BUILD_DIR)
|
|
|
$(UCLIBC_CAT) $(DL_DIR)/$(UCLIBC_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
|
|
|
+ifneq ($(BR2_UCLIBC_VERSION_SNAPSHOT),y)
|
|
|
toolchain/patch-kernel.sh $(UCLIBC_DIR) toolchain/uClibc/ uClibc-$(UCLIBC_VER)-\*.patch
|
|
|
+endif
|
|
|
ifneq ($(BR2_ENABLE_LOCALE),)
|
|
|
cp -dpf $(DL_DIR)/$(UCLIBC_SOURCE_LOCALE) $(UCLIBC_DIR)/extra/locale/
|
|
|
endif
|