tools/xenstore: cleanup Makefile and gitignore
authorJuergen Gross <jgross@suse.com>
Fri, 14 May 2021 09:01:16 +0000 (11:01 +0200)
committerJulien Grall <jgrall@amazon.com>
Mon, 17 May 2021 17:56:43 +0000 (18:56 +0100)
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@suse.com>
Acked-by: Julien Grall <jgrall@amazon.com>
.gitignore
tools/xenstore/Makefile

index c27ea8080298bc718225fe75b0c1117fb37ff5fe..38a085e398e3a3651cf84b3c2116913ed41602c3 100644 (file)
@@ -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
 
index ab89e22d3a8f4b0e6f43c97e8bcdb1e003581c09..8ced12c27e3c88035f6efcbc4dde4f9b8803d6ca 100644 (file)
@@ -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)