host-install: $(HOST_STAMP_INSTALLED)
endif
- download:
+ $(if $(STAMP_BUILT),compile: host-install)
host-prepare: $(HOST_STAMP_PREPARED)
host-configure: $(HOST_STAMP_CONFIGURED)
host-compile: $(HOST_STAMP_BUILT)
endef
+ download:
prepare: host-prepare
compile: host-compile
install: host-install