Re: [Qemu-devel] [PATCH RFC v2 3/5] tests: Make check-block a phony target

2016-06-26 Thread Markus Armbruster
Eric Blake writes: > On 06/24/2016 08:19 AM, Markus Armbruster wrote: >> Forgotten in commit b8c6f29. > > Umm, really? That commit starts with: > > tests/Makefile > -.PHONY: check > + > +.PHONY: check check-block > > Rather, I think it was b93b63f5 that accidentally lost it during an > overhaul.

Re: [Qemu-devel] [PATCH RFC v2 3/5] tests: Make check-block a phony target

2016-06-24 Thread Eric Blake
On 06/24/2016 08:19 AM, Markus Armbruster wrote: > Forgotten in commit b8c6f29. Umm, really? That commit starts with: tests/Makefile -.PHONY: check + +.PHONY: check check-block Rather, I think it was b93b63f5 that accidentally lost it during an overhaul. > > Signed-off-by: Markus Armbruster

[Qemu-devel] [PATCH RFC v2 3/5] tests: Make check-block a phony target

2016-06-24 Thread Markus Armbruster
Forgotten in commit b8c6f29. Signed-off-by: Markus Armbruster --- tests/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index 7b0446b..233cb9c 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@