Title: [commits] (bear) [15980] force clearing of directory that is being svn export'd
Revision
15980
Author
bear
Date
2007-11-30 08:56:05 -0800 (Fri, 30 Nov 2007)

Log Message

force clearing of directory that is being svn export'd

Modified Paths

Diff

Modified: trunk/chandler/Makefile (15979 => 15980)

--- trunk/chandler/Makefile	2007-11-30 16:33:08 UTC (rev 15979)
+++ trunk/chandler/Makefile	2007-11-30 16:56:05 UTC (rev 15980)
@@ -285,6 +285,7 @@
 
 $(addprefix develop-, $(BUILD_LOCALES)):
 	if [ -d "$(C_HOME)/localizations" ]; then \
+	    rm -rf $(C_HOME)/localizations/$(subst develop-,,$@) \
 	    svn export http://svn.osafoundation.org/localizations/chandler/$(LOCALE_VER)/$(subst develop-,,$@) $(C_HOME)/localizations/$(subst develop-,,$@) ; \
 	fi
 




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to