support clean targets

This commit is contained in:
Trammell Hudson 2017-03-31 18:13:50 -04:00
parent 3225501e84
commit 93a0d7eee2
Failed to extract signature

View File

@ -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