[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 06/13] fuzz/x86_emulate: Rename the file containing the wrapper code
On 10/04/2017 09:23 AM, Jan Beulich wrote: >>>> On 25.09.17 at 16:26, <george.dunlap@xxxxxxxxxx> 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? My original idea was to make it easy to construct the original filename from the long filename. I don't have super-strong opinions (mostly because I think all the options I've seen are pretty bad), but I still think that this is the least-bad option. If you have strong opinions about one of the other ones, let me know and I'll change it. >> @@ -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* ? What if you put something in that directly called "x86_emulate_user.c.diff" (or something like that) and then ran "make clean"? I tend to think that 'make clean' should only clean things that it is pretty confident were put there by the build system, and not the user. -George _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |