makefile.mk (ac29240a) makefile.mk (3b45f81a)
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

--- 90 unchanged lines hidden (view full) ---

99
100# Independent of PKGFORMAT, always build a default-language openoffice product
101# also in archive format, so that tests that require an OOo installation (like
102# smoketestoo_native) have one available:
103openoffice_$(defaultlangiso) : $$@.archive
104
105.IF "$(VERBOSE)"=="TRUE"
106VERBOSESWITCH=-verbose
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

--- 90 unchanged lines hidden (view full) ---

99
100# Independent of PKGFORMAT, always build a default-language openoffice product
101# also in archive format, so that tests that require an OOo installation (like
102# smoketestoo_native) have one available:
103openoffice_$(defaultlangiso) : $$@.archive
104
105.IF "$(VERBOSE)"=="TRUE"
106VERBOSESWITCH=-verbose
107.ENDIF
108.IF "$(VERBOSE)"=="FALSE"
107.ELIF "$(VERBOSE)"=="FALSE"
109VERBOSESWITCH=-quiet
110.ENDIF
111
108VERBOSESWITCH=-quiet
109.ENDIF
110
111.IF "$(VERBOSE_INSTALLER)"=="TRUE"
112VERBOSESWITCH+=-log
113.ENDIF
114
112# New target to prepare a source release
113SRC_RELEASE_OUT_DIR=$(shell cd $(OUT) && pwd)$/AOO_SRC_Release
114
115aoo_srcrelease: $(SOLARENV)$/bin$/srcrelease.xml
116 @-$(MKDIR) $(OUT)$/AOO_SRC_Release
117 $(ANT) -f $(SOLARENV)$/bin$/srcrelease.xml -q -Dbasedir=$(SOURCE_ROOT_DIR) -Dout.dir=$(SRC_RELEASE_OUT_DIR)
118
119updatepack:

--- 168 unchanged lines hidden ---
115# New target to prepare a source release
116SRC_RELEASE_OUT_DIR=$(shell cd $(OUT) && pwd)$/AOO_SRC_Release
117
118aoo_srcrelease: $(SOLARENV)$/bin$/srcrelease.xml
119 @-$(MKDIR) $(OUT)$/AOO_SRC_Release
120 $(ANT) -f $(SOLARENV)$/bin$/srcrelease.xml -q -Dbasedir=$(SOURCE_ROOT_DIR) -Dout.dir=$(SRC_RELEASE_OUT_DIR)
121
122updatepack:

--- 168 unchanged lines hidden ---