Make unknown files cause an error immediately

pull/28/head
Hamish Coleman 7 years ago
parent c9d9dcb61e
commit f78f9c2419

@ -174,7 +174,8 @@ $(DEPSDIR)/slice.insert.deps: Makefile
# Download any ISO image that we have a checksum for
# NOTE: makes an assumption about the Lenovo URL not changing
%.iso.orig:
$(info Downloading $(shell scripts/describe $@))
@echo -n "Downloading "
@scripts/describe $@
wget -O $@ https://download.lenovo.com/pccbbs/mobiles/$(basename $@)
scripts/checksum --rm_on_fail $@
touch $@

Loading…
Cancel
Save