makefile.mk (fdbb6be0) | makefile.mk (4b7a009f) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 122 unchanged lines hidden (view full) --- 131openoffice_$(defaultlangiso) : $$@.archive 132 133.IF "$(VERBOSE)"=="TRUE" 134VERBOSESWITCH=-verbose 135.ELIF "$(VERBOSE)"=="FALSE" 136VERBOSESWITCH=-quiet 137.ENDIF 138 | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 122 unchanged lines hidden (view full) --- 131openoffice_$(defaultlangiso) : $$@.archive 132 133.IF "$(VERBOSE)"=="TRUE" 134VERBOSESWITCH=-verbose 135.ELIF "$(VERBOSE)"=="FALSE" 136VERBOSESWITCH=-quiet 137.ENDIF 138 |
139.IF "$(release:U)"=="T" | 139.IF "$(release)"!="" |
140RELEASE_SWITCH=-release 141$(foreach,i,$(alllangiso) openoffice_$i.msi) : prepare_release_build 142.ELSE 143RELEASE_SWITCH= 144.ENDIF 145 146prepare_release_build .PHONY: 147 @$(PERL) -w $(SOLARENV)$/bin$/release_prepare.pl \ --- 396 unchanged lines hidden --- | 140RELEASE_SWITCH=-release 141$(foreach,i,$(alllangiso) openoffice_$i.msi) : prepare_release_build 142.ELSE 143RELEASE_SWITCH= 144.ENDIF 145 146prepare_release_build .PHONY: 147 @$(PERL) -w $(SOLARENV)$/bin$/release_prepare.pl \ --- 396 unchanged lines hidden --- |