summaryrefslogtreecommitdiffstats
path: root/package/rsync
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/rsync
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/rsync')
-rw-r--r--package/rsync/rsync.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk
index 454f30c4b..bb0153c47 100644
--- a/package/rsync/rsync.mk
+++ b/package/rsync/rsync.mk
@@ -19,6 +19,7 @@ rsync-source: $(DL_DIR)/$(RSYNC_SOURCE)
$(RSYNC_DIR)/.unpacked: $(DL_DIR)/$(RSYNC_SOURCE)
$(RSYNC_CAT) $(DL_DIR)/$(RSYNC_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
toolchain/patch-kernel.sh $(RSYNC_DIR) package/rsync/ rsync\*.patch
+ $(CONFIG_UPDATE) $(RSYNC_DIR)
touch $(RSYNC_DIR)/.unpacked
$(RSYNC_DIR)/.configured: $(RSYNC_DIR)/.unpacked