Title: [commits] (bear) [15979] Update to locale building targets
Revision
15979
Author
bear
Date
2007-11-30 08:33:08 -0800 (Fri, 30 Nov 2007)

Log Message

Update to locale building targets

Modified Paths

Diff

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

--- trunk/chandler/Makefile	2007-11-30 07:58:29 UTC (rev 15978)
+++ trunk/chandler/Makefile	2007-11-30 16:33:08 UTC (rev 15979)
@@ -12,6 +12,7 @@
 OS_MAJOR_VER = $(firstword $(subst ., ,$(OS_VER)))
 PYTHON_VER   = 2.5
 BP           =
+LOCALE_VER   = trunk
 
 BUILD_PLUGINS = Chandler-HelloWorldPlugin \
                 Chandler-AmazonPlugin \
@@ -284,7 +285,7 @@
 
 $(addprefix develop-, $(BUILD_LOCALES)):
 	if [ -d "$(C_HOME)/localizations" ]; then \
-	    svn export http://svn.osafoundation.org/localizations/chandler/trunk/$(subst develop-,,$@) $(C_HOME)/localizations/$(subst develop-,,$@) ; \
+	    svn export http://svn.osafoundation.org/localizations/chandler/$(LOCALE_VER)/$(subst develop-,,$@) $(C_HOME)/localizations/$(subst develop-,,$@) ; \
 	fi
 
 $(addprefix create-, $(BUILD_LOCALES)):
@@ -331,11 +332,11 @@
 
 archives: $(ARCHIVES) $(ARCHIVES_INST)
 
-install-core: archives manifest_exe chandler-locale-data 
+install-core: archives manifest_exe chandler-locale-data
 
 develop-locales: $(addprefix develop-, $(BUILD_LOCALES))
 
-create-locales: $(addprefix create-, $(BUILD_LOCALES))
+create-locales: develop-locales $(addprefix create-, $(BUILD_LOCALES))
 
 install-locales: create-locales $(addprefix install-, $(BUILD_LOCALES))
 




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

Reply via email to