summaryrefslogtreecommitdiffstats
path: root/package/coreutils
diff options
context:
space:
mode:
authorHamish Moffatt <hamish@cloud.net.au>2008-02-12 00:35:03 +0000
committerHamish Moffatt <hamish@cloud.net.au>2008-02-12 00:35:03 +0000
commit03d65319620f61c7757b2b051a3a9d21cba91aab (patch)
tree8086f5c8458278bbc133aa41143251218891c417 /package/coreutils
parent980df901b981a2da3168ea6eec97db3c68465626 (diff)
downloadbuildroot-novena-03d65319620f61c7757b2b051a3a9d21cba91aab.tar.gz
buildroot-novena-03d65319620f61c7757b2b051a3a9d21cba91aab.zip
Run $(CONFIG_UPDATE) after unpacking sources
Patch from Dan Nicolaescu
Diffstat (limited to 'package/coreutils')
-rw-r--r--package/coreutils/coreutils.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/coreutils/coreutils.mk b/package/coreutils/coreutils.mk
index bec70a624..a3bc311b9 100644
--- a/package/coreutils/coreutils.mk
+++ b/package/coreutils/coreutils.mk
@@ -22,6 +22,7 @@ coreutils-source: $(DL_DIR)/$(COREUTILS_SOURCE)
$(COREUTILS_DIR)/.unpacked: $(DL_DIR)/$(COREUTILS_SOURCE)
$(COREUTILS_CAT) $(DL_DIR)/$(COREUTILS_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(COREUTILS_DIR) package/coreutils/ coreutils\*.patch
+ $(CONFIG_UPDATE) $(COREUTILS_DIR)/build-aux
touch $@
$(COREUTILS_DIR)/.configured: $(COREUTILS_DIR)/.unpacked