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/10/11 13:37:27 UTC

svn commit: r1531260 - in /openoffice/branches/l10n40/main/moz: makefile.mk zipped/makefile.mk

Author: jani
Date: Fri Oct 11 11:37:27 2013
New Revision: 1531260

URL: http://svn.apache.org/r1531260
Log:
solve build --genPO on mac.

Modified:
    openoffice/branches/l10n40/main/moz/makefile.mk
    openoffice/branches/l10n40/main/moz/zipped/makefile.mk

Modified: openoffice/branches/l10n40/main/moz/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/moz/makefile.mk?rev=1531260&r1=1531259&r2=1531260&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/moz/makefile.mk (original)
+++ openoffice/branches/l10n40/main/moz/makefile.mk Fri Oct 11 11:37:27 2013
@@ -32,6 +32,10 @@ TARGET=ooo_mozab
 
 # --- Files --------------------------------------------------------
 
+.IF "$(MAKETARGETS)"=="genPO"
+genPO:
+.ELSE
+
 .IF "$(WITH_MOZILLA)"=="NO"
 
 all:
@@ -436,3 +440,4 @@ $(OUT)$/zipped$/$(OS)$(COM)UBruntime.zip
 .INCLUDE : extractfiles.mk
 
 .ENDIF
+.ENDIF

Modified: openoffice/branches/l10n40/main/moz/zipped/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/branches/l10n40/main/moz/zipped/makefile.mk?rev=1531260&r1=1531259&r2=1531260&view=diff
==============================================================================
--- openoffice/branches/l10n40/main/moz/zipped/makefile.mk (original)
+++ openoffice/branches/l10n40/main/moz/zipped/makefile.mk Fri Oct 11 11:37:27 2013
@@ -29,6 +29,9 @@ TARGET=moz_unzip
 # --- Settings -----------------------------------------------------
 
 .INCLUDE :  settings.mk
+.IF "$(MAKETARGETS)"=="genPO"
+genPO:
+.ELSE
 
 # --- Files --------------------------------------------------------
 
@@ -210,4 +213,4 @@ $(MISC)$/unpacked_$(TARGET)_inc $(BIN)$/
     $(TOUCH) $@     
 
 .ENDIF   # unpack mozab zips
-
+.ENDIF