mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
More unbreaking. These cosmetic directory renames don't seem to be working out very well..
This commit is contained in:
@@ -15,7 +15,7 @@ $(DL_DIR)/$(BRIDGE_SOURCE):
|
||||
|
||||
$(BRIDGE_BUILD_DIR)/.unpacked: $(DL_DIR)/$(BRIDGE_SOURCE)
|
||||
$(ZCAT) $(DL_DIR)/$(BRIDGE_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
|
||||
patch -p1 -d $(BRIDGE_BUILD_DIR) < package/bridge/bridge.patch
|
||||
patch -p1 -d $(BRIDGE_BUILD_DIR) < package/bridge-utils/bridge.patch
|
||||
touch $(BRIDGE_BUILD_DIR)/.unpacked
|
||||
|
||||
$(BRIDGE_BUILD_DIR)/.configured: $(BRIDGE_BUILD_DIR)/.unpacked
|
||||
|
||||
Reference in New Issue
Block a user