mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
allow .vol targets to be passed through
This commit is contained in:
parent
680b952856
commit
517d242da5
2
Makefile
2
Makefile
@ -462,7 +462,7 @@ HEADS_MAKE := $(build)/$(make_dir)/make
|
||||
# Once we have a proper Make, we can just pass arguments into it
|
||||
all bootstrap: $(HEADS_MAKE)
|
||||
LANG=C MAKE=$(HEADS_MAKE) $(HEADS_MAKE) $@
|
||||
%.clean %.intermediate: $(HEADS_MAKE)
|
||||
%.clean %.intermediate %.vol: $(HEADS_MAKE)
|
||||
LANG=C MAKE=$(HEADS_MAKE) $(HEADS_MAKE) $@
|
||||
|
||||
# How to download and build the correct version of make
|
||||
|
Loading…
Reference in New Issue
Block a user