You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ja...@apache.org on 2013/08/21 08:59:20 UTC

svn commit: r1516100 - in /openoffice/branches/l10n40/main: languages/source/makefile.mk solenv/inc/target.mk

Author: jani
Date: Wed Aug 21 06:59:20 2013
New Revision: 1516100

URL: http://svn.apache.org/r1516100
Log:
Adapted languages makefile to create stating dir.

Modified:
    openoffice/branches/l10n40/main/languages/source/makefile.mk
    openoffice/branches/l10n40/main/solenv/inc/target.mk

Modified: openoffice/branches/l10n40/main/languages/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/languages/source/makefile.mk?rev=1516100&r1=1516099&r2=1516100&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/languages/source/makefile.mk (original)
+++ openoffice/branches/l10n40/main/languages/source/makefile.mk Wed Aug 21 06:59:20 2013
@@ -23,20 +23,17 @@ PRJNAME=languages
 TARGET=languages_merge
 
 # --- Targets ------------------------------------------------------
-#.INCLUDE : settings.mk
+.INCLUDE : settings.mk
 
+genPO:
+        -$(MKDIRHIER) $(COMMONMISC)/staging
 
-all:
-	@echo "languages decoupled at the moment"
-        @exit -1
 
-genPO:
-        @echo "terminate"
+ALLTAR:
+	@echo "languages decoupled at the moment"
         @exit -1
 
 #.IF "$(WITH_LANG)" == ""
-#
-#@all:
 #	@echo "Nothing to do - en-US only build."
 #.ELSE
 #

Modified: openoffice/branches/l10n40/main/solenv/inc/target.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/solenv/inc/target.mk?rev=1516100&r1=1516099&r2=1516100&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/solenv/inc/target.mk (original)
+++ openoffice/branches/l10n40/main/solenv/inc/target.mk Wed Aug 21 06:59:20 2013
@@ -2092,8 +2092,9 @@ some_unique_variable_name:=1
 
 genPO:
 .IF "$(LANGUAGE_FILELIST)" != ""
-#     @echo "extraction from $(LANGUAGE_FILELIST)"
+     -$(SOLARBINDIR)/genLang extract $(PRJNAME) $(SRC_ROOT)/$(INPATH)/misc/staging "en" -f $(LANGUAGE_FILELIST)
      @echo "------> ------> extraction CALLED"
+     exit
 .ENDIF