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/17 18:54:28 UTC

svn commit: r1515013 - in /openoffice/branches/l10n40/main: l10ntools/prj/build.lst languages/source/makefile.mk solenv/inc/target.mk

Author: jani
Date: Sat Aug 17 16:54:28 2013
New Revision: 1515013

URL: http://svn.apache.org/r1515013
Log:
prepare to activate genLang for extraction.

Modified:
    openoffice/branches/l10n40/main/l10ntools/prj/build.lst
    openoffice/branches/l10n40/main/languages/source/makefile.mk
    openoffice/branches/l10n40/main/solenv/inc/target.mk

Modified: openoffice/branches/l10n40/main/l10ntools/prj/build.lst
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/l10ntools/prj/build.lst?rev=1515013&r1=1515012&r2=1515013&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/l10ntools/prj/build.lst (original)
+++ openoffice/branches/l10n40/main/l10ntools/prj/build.lst Sat Aug 17 16:54:28 2013
@@ -1,3 +1,3 @@
-tr  l10ntools		:	NULL
+tr  l10ntools		: solenv	NULL
 tr  l10ntools		usr1	-  all  tr_mkout NULL
 tr  l10ntools\source	nmake	-  all  tr_mkout NULL

Modified: openoffice/branches/l10n40/main/languages/source/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/languages/source/makefile.mk?rev=1515013&r1=1515012&r2=1515013&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/languages/source/makefile.mk (original)
+++ openoffice/branches/l10n40/main/languages/source/makefile.mk Sat Aug 17 16:54:28 2013
@@ -26,8 +26,13 @@ TARGET=languages_merge
 #.INCLUDE : settings.mk
 
 
-@all:
+all:
 	@echo "languages decoupled at the moment"
+        @exit -1
+
+genPO:
+        @echo "terminate"
+        @exit -1
 
 #.IF "$(WITH_LANG)" == ""
 #
@@ -87,4 +92,3 @@ TARGET=languages_merge
 #    $(COPY) $(PRJ)/localization_present.mk $(PRJ)/$(COMMON_OUTDIR)$(PROEXT)/inc
 #.ENDIF
 
-.INCLUDE : target.mk

Modified: openoffice/branches/l10n40/main/solenv/inc/target.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/solenv/inc/target.mk?rev=1515013&r1=1515012&r2=1515013&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/solenv/inc/target.mk (original)
+++ openoffice/branches/l10n40/main/solenv/inc/target.mk Sat Aug 17 16:54:28 2013
@@ -2094,8 +2094,6 @@ genPO:
 .IF "$(LANGUAGE_FILELIST)" != ""
 #     @echo "extraction from $(LANGUAGE_FILELIST)"
      @echo "------> ------> extraction CALLED"
-.ELSE
-     @echo "No language files to extract"
 .ENDIF