minor dependancy cleanup
This commit is contained in:
parent
cb4df509a6
commit
1c911f7f4f
@ -156,3 +156,4 @@ sed-dirclean:
|
||||
ifeq ($(strip $(BR2_PACKAGE_SED)),y)
|
||||
TARGETS+=sed
|
||||
endif
|
||||
.PHONY: sed host-sed
|
||||
|
@ -6,7 +6,7 @@
|
||||
######################################################################
|
||||
|
||||
dependencies: host-sed
|
||||
$(TOPDIR)/toolchain/dependencies/dependencies.sh
|
||||
@$(TOPDIR)/toolchain/dependencies/dependencies.sh
|
||||
|
||||
dependencies-source:
|
||||
|
||||
@ -21,5 +21,5 @@ dependencies-dirclean:
|
||||
# Toplevel Makefile options
|
||||
#
|
||||
#############################################################
|
||||
# unconditionally include this one...
|
||||
TARGETS+=dependencies
|
||||
.PHONY: dependencies
|
||||
|
||||
|
@ -177,3 +177,4 @@ kernel-headers-clean: clean
|
||||
kernel-headers-dirclean:
|
||||
rm -rf $(LINUX_HEADERS_DIR)
|
||||
|
||||
.PHONY: kernel-headers
|
||||
|
@ -151,7 +151,7 @@ UCLIBC_HAS_REGEX_OLD=y
|
||||
# UCLIBC_HAS_WORDEXP is not set
|
||||
UCLIBC_HAS_FTW=y
|
||||
UCLIBC_HAS_GLOB=y
|
||||
# UCLIBC_HAS_GNU_GLOB is not set
|
||||
UCLIBC_HAS_GNU_GLOB=y
|
||||
|
||||
#
|
||||
# Library Installation Options
|
||||
|
@ -153,7 +153,7 @@ UCLIBC_HAS_REGEX_OLD=y
|
||||
# UCLIBC_HAS_WORDEXP is not set
|
||||
UCLIBC_HAS_FTW=y
|
||||
UCLIBC_HAS_GLOB=y
|
||||
# UCLIBC_HAS_GNU_GLOB is not set
|
||||
UCLIBC_HAS_GNU_GLOB=y
|
||||
|
||||
#
|
||||
# Library Installation Options
|
||||
|
@ -67,8 +67,8 @@ $(UCLIBC_DIR)/.unpacked: $(DL_DIR)/$(UCLIBC_SOURCE)
|
||||
toolchain/patch-kernel.sh $(UCLIBC_DIR) toolchain/uClibc/ \*.patch
|
||||
touch $(UCLIBC_DIR)/.unpacked
|
||||
|
||||
uclibc-configured: $(UCLIBC_DIR)/.configured
|
||||
$(UCLIBC_DIR)/.configured: dependencies kernel-headers $(UCLIBC_DIR)/.unpacked
|
||||
uclibc-configured: dependencies kernel-headers $(UCLIBC_DIR)/.configured
|
||||
$(UCLIBC_DIR)/.configured: $(UCLIBC_DIR)/.unpacked
|
||||
cp $(UCLIBC_CONFIG_FILE) $(UCLIBC_DIR)/.config
|
||||
$(SED) 's,^CROSS_COMPILER_PREFIX=.*,CROSS_COMPILER_PREFIX="$(TARGET_CROSS)",g' \
|
||||
-e 's,# TARGET_$(UCLIBC_TARGET_ARCH) is not set,TARGET_$(UCLIBC_TARGET_ARCH)=y,g' \
|
||||
|
Loading…
Reference in New Issue
Block a user