mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Run $(CONFIG_UPDATE) after unpacking sources
Patch from Dan Nicolaescu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user