Revisió efd8371e
Afegit per Simó Albert i Beltran fa més de 12 anys
Makefile | ||
---|---|---|
cd $(BUILD_DIR)/b6m && git pull
|
||
|
||
update_all: update
|
||
$(if $(TARGET),HW_AVAILABLE=$(TARGET))
|
||
$(foreach dir,$(HW_AVAILABLE),$(if $(wildcard $(BUILD_DIR)/$(dir)),$(call update_feeds,$(dir))))
|
||
$(if $(TARGET),$(call update_feeds,$(TARGET)),$(foreach dir,$(HW_AVAILABLE),$(if $(wildcard $(BUILD_DIR)/$(dir)),$(call update_feeds,$(dir)))))
|
||
|
||
menuconfig: checkout
|
||
$(call menuconfig_owrt)
|
També disponible a: Unified diff
Fix update_all, if variable T is specified, only update this target, closes #164.