Commit be6a575d authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Peter Korsgaard
Browse files

uclibc: re-add uclibc-update-config target



Commit a5e92d92 converted uClibc to the
package infrastructure, but while doing so removed support for the
documented uclibc-update-config make target. This make target copies the
uclibc .config file back to the original (typically version-controlled)
configuration file.

As this was an unintentional removal, this patch re-adds the
uclibc-update-config target.

Reported-by: default avatarDan Moulding <dan.moulding@rackwareinc.com>
Signed-off-by: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 47c2d1b4
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ endef
endif

#
# Endianess
# Endianness
#

ifeq ($(call qstrip,$(BR2_ENDIAN)),BIG)
@@ -553,5 +553,8 @@ uclibc-menuconfig: uclibc-patch

$(eval $(generic-package))

uclibc-update-config: $(UCLIBC_DIR)/.stamp_configured
	cp -f $(UCLIBC_DIR)/.config $(UCLIBC_CONFIG_FILE)

# Before uClibc is built, we must have the second stage cross-compiler
$(UCLIBC_TARGET_BUILD): | host-gcc-intermediate