You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by af...@apache.org on 2014/02/12 09:24:53 UTC

svn commit: r1567560 - /openoffice/trunk/main/instsetoo_native/util/makefile.mk

Author: af
Date: Wed Feb 12 08:24:53 2014
New Revision: 1567560

URL: http://svn.apache.org/r1567560
Log:
123531: release= option interprets every non-empty string as true.

Modified:
    openoffice/trunk/main/instsetoo_native/util/makefile.mk

Modified: openoffice/trunk/main/instsetoo_native/util/makefile.mk
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/instsetoo_native/util/makefile.mk?rev=1567560&r1=1567559&r2=1567560&view=diff
==============================================================================
--- openoffice/trunk/main/instsetoo_native/util/makefile.mk (original)
+++ openoffice/trunk/main/instsetoo_native/util/makefile.mk Wed Feb 12 08:24:53 2014
@@ -136,7 +136,7 @@ VERBOSESWITCH=-verbose
 VERBOSESWITCH=-quiet
 .ENDIF
 
-.IF "$(release:U)"=="T"
+.IF "$(release)"!=""
 RELEASE_SWITCH=-release
 $(foreach,i,$(alllangiso) openoffice_$i.msi) : prepare_release_build
 .ELSE