Commit 5459a9c5 authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

Cleanup cross toolchain admin, split uclibc-menuconfig into same +...

Cleanup cross toolchain admin, split uclibc-menuconfig into same + uclibc-update to avoid overwriting board support file
parent b6ac0669
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@ endif # ifeq ($(strip $(BR2_HAVE_DOT_CONFIG)),y)
	cp $(shell find ./target/ -name $@) .config
	-@$(MAKE) oldconfig

configured: dirs host-sed kernel-headers uclibc-configured busybox-config linux26-config
configured: dirs host-sed kernel-headers uclibc-config busybox-config linux26-config

cross: $(BASE_TARGETS)

+2 −3
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ else
UCLIBC_LOCALE_DATA=
endif

$(UCLIBC_DIR)/.unpacked: dirs kernel-headers host-sed $(DL_DIR)/$(UCLIBC_SOURCE) $(UCLIBC_LOCALE_DATA)
$(UCLIBC_DIR)/.unpacked: dirs host-sed $(DL_DIR)/$(UCLIBC_SOURCE) $(UCLIBC_LOCALE_DATA)
	mkdir -p $(TOOL_BUILD_DIR)
	rm -rf $(UCLIBC_DIR)
	$(UCLIBC_CAT) $(DL_DIR)/$(UCLIBC_SOURCE) | tar -C $(TOOL_BUILD_DIR) $(TAR_OPTIONS) -
@@ -366,7 +366,6 @@ uclibc-menuconfig: host-sed $(UCLIBC_DIR)/.config
		RUNTIME_PREFIX=$(TOOL_BUILD_DIR)/uClibc_dev/ \
		HOSTCC="$(HOSTCC)" \
		menuconfig && \
	cp -f $(UCLIBC_DIR)/.config $(UCLIBC_CONFIG_FILE) && \
	touch -c $(UCLIBC_DIR)/.config


@@ -450,7 +449,7 @@ uclibc-oldconfig: $(UCLIBC_DIR)/.oldconfig
uclibc-update: uclibc-config
	cp -f $(UCLIBC_DIR)/.config $(UCLIBC_CONFIG_FILE)

uclibc-configured: $(UCLIBC_DIR)/.configured
uclibc-configured: kernel-headers $(UCLIBC_DIR)/.configured

uclibc-configured-source: uclibc-source

+1 −1

File changed.

Contains only whitespace changes.