>>> On 25.09.17 at 16:26, <george.dun...@citrix.com> wrote: > --- a/tools/fuzz/x86_instruction_emulator/Makefile > +++ b/tools/fuzz/x86_instruction_emulator/Makefile > @@ -18,22 +18,22 @@ asm: > > asm/%: asm ; > > -x86_emulate.c x86_emulate.h: %: > +x86_emulate_user.c x86_emulate_user.h: %:
How about avoiding the names getting even longer? E.g. using x86-emulate.[ch] or x86emul-user.[ch] instead? > @@ -42,7 +42,7 @@ all: x86-insn-fuzz-all > > .PHONY: distclean > distclean: clean > - rm -f x86_emulate x86_emulate.c x86_emulate.h asm > + rm -f x86_emulate x86_emulate_user.c x86_emulate_user.h asm If you want to stick to the longer names, would you mind taking the opportunity to make this just x86_emulate* ? Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel