mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
make: wipe $(TEMPDIR) before running tests
This commit is contained in:
parent
3580c69d00
commit
75082b64ba
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -256,6 +256,7 @@ $(BUILDDIR):
|
||||||
mkdir -p $(BUILDDIR)/gen
|
mkdir -p $(BUILDDIR)/gen
|
||||||
|
|
||||||
$(TEMPDIR):
|
$(TEMPDIR):
|
||||||
|
$(RM) -rf $(TEMPDIR)
|
||||||
mkdir $(TEMPDIR)
|
mkdir $(TEMPDIR)
|
||||||
|
|
||||||
install: $(addprefix $(BUILDDIR)/,$(INSTALLEES))
|
install: $(addprefix $(BUILDDIR)/,$(INSTALLEES))
|
||||||
|
@ -300,4 +301,4 @@ busytest: $(BUILDDIR)/busybox $(BUILDDIR)/.config
|
||||||
(cd $(BUSYBOX_SRC)/testsuite && bindir=$(BUILDDIR) ./runtest $(RUNTEST_ARGS))
|
(cd $(BUSYBOX_SRC)/testsuite && bindir=$(BUILDDIR) ./runtest $(RUNTEST_ARGS))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: all deps test clean busytest install uninstall
|
.PHONY: $(TEMPDIR) all deps test clean busytest install uninstall
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue