mirror of
https://github.com/hamishcoleman/thinkpad-ec
synced 2024-11-04 06:00:12 +00:00
Make unknown files cause an error immediately
This commit is contained in:
parent
c9d9dcb61e
commit
f78f9c2419
3
Makefile
3
Makefile
@ -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…
Reference in New Issue
Block a user