[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] tools/fuzz: Remove .d files in clean
commit cde043c55c32bd0e5fdf5e9f546a959bb05bfb61 Author: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> AuthorDate: Wed Mar 1 17:46:18 2017 +0000 Commit: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> CommitDate: Mon Mar 20 16:45:20 2017 +0000 tools/fuzz: Remove .d files in clean Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> Reviewed-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/fuzz/libelf/Makefile | 2 +- tools/fuzz/x86_instruction_emulator/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/fuzz/libelf/Makefile b/tools/fuzz/libelf/Makefile index 3313601..af44c40 100644 --- a/tools/fuzz/libelf/Makefile +++ b/tools/fuzz/libelf/Makefile @@ -30,7 +30,7 @@ distclean: clean .PHONY: clean clean: - rm -f *.o *.a *-libelf-fuzzer + rm -f *.o .*.d *.a *-libelf-fuzzer .PHONY: install install: all diff --git a/tools/fuzz/x86_instruction_emulator/Makefile b/tools/fuzz/x86_instruction_emulator/Makefile index 3b75beb..98fd398 100644 --- a/tools/fuzz/x86_instruction_emulator/Makefile +++ b/tools/fuzz/x86_instruction_emulator/Makefile @@ -45,7 +45,7 @@ distclean: clean .PHONY: clean clean: - rm -f *.a *.o *-x86-insn-emulator-fuzzer + rm -f *.a *.o .*.d *-x86-insn-emulator-fuzzer .PHONY: install install: all -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |