[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] tools/xenstore: cleanup Makefile and gitignore
commit 3ac8835a80b27fc4e7116dbde78d3eececc66fc9 Author: Juergen Gross <jgross@xxxxxxxx> AuthorDate: Fri May 14 11:01:16 2021 +0200 Commit: Julien Grall <jgrall@xxxxxxxxxx> CommitDate: Mon May 17 18:56:43 2021 +0100 tools/xenstore: cleanup Makefile and gitignore The Makefile of xenstore and related to that the global .gitignore file contain some leftovers from ancient times. Remove those. While at it sort the tools/xenstore/* entries in .gitignore. Signed-off-by: Juergen Gross <jgross@xxxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> --- .gitignore | 7 +++---- tools/xenstore/Makefile | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c27ea80802..38a085e398 100644 --- a/.gitignore +++ b/.gitignore @@ -288,15 +288,15 @@ tools/xenpaging/xenpaging tools/xenpmd/xenpmd tools/xenstore/xenstore tools/xenstore/xenstore-chmod +tools/xenstore/xenstore-control tools/xenstore/xenstore-exists tools/xenstore/xenstore-list +tools/xenstore/xenstore-ls tools/xenstore/xenstore-read tools/xenstore/xenstore-rm +tools/xenstore/xenstore-watch tools/xenstore/xenstore-write -tools/xenstore/xenstore-control -tools/xenstore/xenstore-ls tools/xenstore/xenstored -tools/xenstore/xenstored_test tools/xenstore/xs_tdb_dump tools/xentop/xentop tools/xentrace/xentrace_setsize @@ -428,7 +428,6 @@ tools/firmware/etherboot/ipxe.tar.gz tools/firmware/etherboot/ipxe/ tools/python/xen/lowlevel/xl/_pyxl_types.c tools/python/xen/lowlevel/xl/_pyxl_types.h -tools/xenstore/xenstore-watch tools/xl/_paths.h tools/xl/xl diff --git a/tools/xenstore/Makefile b/tools/xenstore/Makefile index ab89e22d3a..8ced12c27e 100644 --- a/tools/xenstore/Makefile +++ b/tools/xenstore/Makefile @@ -90,7 +90,7 @@ xs_tdb_dump: xs_tdb_dump.o utils.o tdb.o talloc.o .PHONY: clean clean: rm -f *.a *.o xenstored_probes.h - rm -f xenstored xs_random xs_stress xs_crashme + rm -f xenstored rm -f xs_tdb_dump xenstore-control init-xenstore-domain rm -f xenstore $(CLIENTS) $(RM) $(DEPS_RM) -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |