Run $(CONFIG_UPDATE) after unpacking sources

Patch from Dan Nicolaescu
This commit is contained in:
Hamish Moffatt
2008-02-12 00:35:03 +00:00
parent 980df901b9
commit 03d6531962
19 changed files with 22 additions and 0 deletions

View File

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