summaryrefslogtreecommitdiffstats
path: root/package/coreutils
diff options
context:
space:
mode:
authorHamish Moffatt2008-02-12 01:35:03 +0100
committerHamish Moffatt2008-02-12 01:35:03 +0100
commit03d65319620f61c7757b2b051a3a9d21cba91aab (patch)
tree8086f5c8458278bbc133aa41143251218891c417 /package/coreutils
parentupdated nios2 gdb support, thanks to Atle Nissestad (diff)
downloadbuildroot-03d65319620f61c7757b2b051a3a9d21cba91aab.tar.gz
buildroot-03d65319620f61c7757b2b051a3a9d21cba91aab.tar.xz
buildroot-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