>>> On 26.11.18 at 14:04, <paul.durr...@citrix.com> wrote: > Anyone else seeing this, or is it just me? This was on a fresh pull of > staging about 5 mins ago...
I don't think I ever ran distclean, but I think I can see the issue. Would you mind trying --- a/tools/tests/x86_emulator/Makefile +++ b/tools/tests/x86_emulator/Makefile @@ -164,7 +164,7 @@ distclean: clean install uninstall: .PHONY: run32 clean32 -ifeq ($(XEN_TARGET_ARCH),x86_64) +ifeq ($(XEN_COMPILE_ARCH),x86_64) run32: $(addsuffix .h,$(TESTCASES)) $(addsuffix -opmask.h,$(OPMASK)) run32 clean32: %32: $(MAKE) -C 32 $* Simply an incomplete renamed that I had done when putting together 52c37f7ab9. Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel