mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
support clean targets
This commit is contained in:
parent
3225501e84
commit
93a0d7eee2
2
Makefile
2
Makefile
@ -404,7 +404,7 @@ HEADS_MAKE := $(build)/$(make_dir)/make
|
|||||||
# Once we have a proper Make, we can just pass arguments into it
|
# Once we have a proper Make, we can just pass arguments into it
|
||||||
all: $(HEADS_MAKE)
|
all: $(HEADS_MAKE)
|
||||||
LANG=C MAKE=$(HEADS_MAKE) $(HEADS_MAKE) $@
|
LANG=C MAKE=$(HEADS_MAKE) $(HEADS_MAKE) $@
|
||||||
%.intermediate: $(HEADS_MAKE)
|
%.clean %.intermediate: $(HEADS_MAKE)
|
||||||
LANG=C MAKE=$(HEADS_MAKE) $(HEADS_MAKE) $@
|
LANG=C MAKE=$(HEADS_MAKE) $(HEADS_MAKE) $@
|
||||||
|
|
||||||
# How to download and build the correct version of make
|
# How to download and build the correct version of make
|
||||||
|
Loading…
Reference in New Issue
Block a user