mirror of
https://github.com/hamishcoleman/thinkpad-ec
synced 2024-11-04 06:00:12 +00:00
Ensure that the iso extract targets dont ever pause for interactive input
This commit is contained in:
parent
54a33d8584
commit
64112afd75
4
Makefile
4
Makefile
@ -279,9 +279,9 @@ $(DEPSDIR)/slice.insert.deps: Makefile
|
||||
|
||||
# Extract the "embedded" fat file system from a given iso.
|
||||
%.iso.extract: %.iso
|
||||
mcopy -s -i $^@@$(FAT_OFFSET) :: $@
|
||||
mcopy -n -s -i $^@@$(FAT_OFFSET) :: $@
|
||||
%.iso.orig.extract: %.iso.orig
|
||||
mcopy -s -i $^@@$(FAT_OFFSET) :: $@
|
||||
mcopy -n -s -i $^@@$(FAT_OFFSET) :: $@
|
||||
|
||||
## Use the system provided geteltorito script, if there is one
|
||||
#GETELTORITO := $(shell if type geteltorito >/dev/null; then echo geteltorito; else echo ./geteltorito; fi)
|
||||
|
Loading…
Reference in New Issue
Block a user