Projecte

General

Perfil

« Anterior | Següent » 

Revisió efd8371e

Afegit per Simó Albert i Beltran fa casi 12 anys

Fix update_all, if variable T is specified, only update this target, closes #164.

Visualitza les diferències:

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