[tor-commits] [bridgedb/master] Add 'reinstall' directive to the Makefile.

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:30 UTC 2014


commit ae97c3e16324c3693b132d408d3dbd0e0870e979
Author: Isis Lovecruft <isis at torproject.org>
Date:   Fri Oct 11 01:02:27 2013 +0000

    Add 'reinstall' directive to the Makefile.
---
 Makefile |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
index 19225c5..0735f41 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,11 @@ test:
 install:
 	python setup.py install --record installed-files.txt
 
+force-install:
+	python setup.py install --force --record installed-files.txt 2>&1 >/dev/null
+
 uninstall:
 	touch installed-files.txt
 	cat installed-files.txt | xargs rm -rf
+
+reinstall: uninstall force-install





More information about the tor-commits mailing list