[tor-commits] [bridgedb/master] Remove 'installed-files.txt' after `make uninstall` completes.

isis at torproject.org isis at torproject.org
Wed Mar 26 05:49:32 UTC 2014


commit 97e261d1ba04d42e948d6f417ebd1878bbce5004
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue Mar 25 00:43:21 2014 +0000

    Remove 'installed-files.txt' after `make uninstall` completes.
---
 Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index abf392e..edfc69f 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ force-install:
 uninstall:
 	touch installed-files.txt
 	cat installed-files.txt | xargs rm -rf
+	rm installed-files.txt
 
 reinstall: uninstall force-install
 





More information about the tor-commits mailing list