mirror of
https://github.com/hamishcoleman/thinkpad-ec
synced 2024-11-04 06:00:12 +00:00
Verify if txt notes match a known iso
This commit is contained in:
parent
397cbf906a
commit
ee51f748b8
3
Makefile
3
Makefile
@ -183,7 +183,8 @@ $(DEPSDIR)/slice.insert.deps: Makefile
|
||||
# Useful for looking up firmware versions and the changelog.
|
||||
# NOTE: Makes an assumption about the Lenovo URL not changing.
|
||||
%.iso.orig.txt:
|
||||
perl -e 'die "Was expecting a 8 charactar filename prefix as used by Lenovo." if length("$(subst .iso.orig,,$@)") != (8 + 4)'
|
||||
@echo -n "Downloading release notes for "
|
||||
@scripts/describe $(subst .txt,,$@)
|
||||
wget -O $@ https://download.lenovo.com/pccbbs/mobiles/$(subst .iso.orig,,$@)
|
||||
|
||||
# Generate all the orig images so that we can diff against them later
|
||||
|
Loading…
Reference in New Issue
Block a user