Revisió c947bbe6
Afegit per Pau Escrich fa més de 14 anys
| Makefile | ||
|---|---|---|
|
$(if $(TARGET),,$(call target_error))
|
||
|
$(if $(wildcard .checkout_$(TARGET)),,$(call checkout_src))
|
||
|
|
||
|
checkout: .checkout_owrt .checkout_owrt_pkg .checkout_owrt_pkg_override .checkout_qmp .checkout_b6m
|
||
|
checkout: .checkout_qmp .checkout_b6m .checkout_owrt .checkout_owrt_pkg .checkout_owrt_pkg_override .checkout_qmp
|
||
|
$(if $(wildcard .checkout_$(TARGET)),,$(call update_feeds,$(TARGET)))
|
||
|
$(if $(wildcard .checkout_$(TARGET)),,$(call copy_config))
|
||
|
@touch .checkout_$(TARGET)
|
||
També disponible a: Unified diff
Changed checkout order, qmp repository before openwrt