commit dfd1180f79c8bb9de0202d835efa93bb09c4055d
Author: Sebastian Hahn <[email protected]>
Date:   Mon Aug 19 03:12:50 2013 +0200

    stop make distclean from killing required dirs
    
    gitian-builder contains a path target-bin, which make distclean was
    blowing away via rm -rf target-*. Make the rule less broad
---
 gitian/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitian/Makefile b/gitian/Makefile
index a866da6..6aa1647 100644
--- a/gitian/Makefile
+++ b/gitian/Makefile
@@ -19,7 +19,7 @@ clean:
 vmclean:
        rm -rf ../../gitian-builder/*.qcow2
        rm -rf ../../gitian-builder/base-*
-       rm -rf ../../gitian-builder/target-*
+       rm -rf ../../gitian-builder/target-{lucid,precise}*
 
 distclean: vmclean
        rm -rf ../../gitian-builder/inputs/*



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to