[or-cvs] r21891: {check} And delete locale on make clean (check/trunk/i18n)

Peter Palfrader peter at palfrader.org
Tue Mar 9 18:15:00 UTC 2010


Author: weasel
Date: 2010-03-09 18:14:59 +0000 (Tue, 09 Mar 2010)
New Revision: 21891

Modified:
   check/trunk/i18n/Makefile
Log:
And delete locale on make clean

Modified: check/trunk/i18n/Makefile
===================================================================
--- check/trunk/i18n/Makefile	2010-03-09 18:14:34 UTC (rev 21890)
+++ check/trunk/i18n/Makefile	2010-03-09 18:14:59 UTC (rev 21891)
@@ -28,4 +28,4 @@
 	done;
 
 clean:
-	rm TorCheck_*.mo
+	rm -rf TorCheck_*.mo locale



More information about the tor-commits mailing list