diff options
author | Andre Fischer <af@apache.org> | 2014-02-12 08:24:53 +0000 |
---|---|---|
committer | Andre Fischer <af@apache.org> | 2014-02-12 08:24:53 +0000 |
commit | 9411339e6a7132087abde873fc4051921ccd1f87 (patch) | |
tree | 3e02635cd781b2759edb510d898d3cd15774f43e /instsetoo_native | |
parent | 40b2568f81c3a7bbcd5864122332aefe345f3ec5 (diff) |
123531: release= option interprets every non-empty string as true.
Notes
Notes:
ignore: aoo
Diffstat (limited to 'instsetoo_native')
-rw-r--r-- | instsetoo_native/util/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/instsetoo_native/util/makefile.mk b/instsetoo_native/util/makefile.mk index d995239ba029..9a48aedf16a9 100644 --- a/instsetoo_native/util/makefile.mk +++ b/instsetoo_native/util/makefile.mk @@ -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 |