minor dependancy cleanup

This commit is contained in:
Eric Andersen 2006-07-19 06:37:58 +00:00
parent cb4df509a6
commit 1c911f7f4f
6 changed files with 9 additions and 7 deletions

View File

@ -156,3 +156,4 @@ sed-dirclean:
ifeq ($(strip $(BR2_PACKAGE_SED)),y)
TARGETS+=sed
endif
.PHONY: sed host-sed

View File

@ -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

View File

@ -177,3 +177,4 @@ kernel-headers-clean: clean
kernel-headers-dirclean:
rm -rf $(LINUX_HEADERS_DIR)
.PHONY: kernel-headers

View File

@ -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

View File

@ -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

View File

@ -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' \