diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-16 16:46:01 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-16 16:46:01 +0200 |
commit | d1a734cef0ed5d655774c2f8ac7a2203f8c0a385 (patch) | |
tree | 6dd505832cdc0bcaa7c13230117ad50b6da5764a /ure | |
parent | 4fd5423739c12900e8efe2f3901568431e36a94c (diff) |
Create instdir uno ini-file from instsetoo_native
...like is done for most other ini-files too, with entries indentical to the
ones in scp2/source/ooo/ure.scp. (And sort ini-files lexicographically again in
instsetoo_native/*.mk, broken with recent louno rename).
Leave ure/source/unorc.in and ure/Pacakge_builddir_install.mk around for the
cross-compilation case only.
Change-Id: Ic07e036ef126db1aee2c0f6b726c2b86c2536c53
Diffstat (limited to 'ure')
-rw-r--r-- | ure/Package_builddir_install.mk | 2 | ||||
-rw-r--r-- | ure/Package_install.mk | 1 | ||||
-rw-r--r-- | ure/source/uno.ini | 23 |
3 files changed, 2 insertions, 24 deletions
diff --git a/ure/Package_builddir_install.mk b/ure/Package_builddir_install.mk index c109bd47a325..49defbc5404b 100644 --- a/ure/Package_builddir_install.mk +++ b/ure/Package_builddir_install.mk @@ -9,8 +9,10 @@ $(eval $(call gb_Package_Package,ure_builddir_install,$(BUILDDIR)/ure/source)) +ifneq ($(CROSS_COMPILING),) $(eval $(call gb_Package_add_files,ure_builddir_install,$(LIBO_URE_ETC_FOLDER),\ $(if $(filter unorc,$(call gb_Helper_get_rcfile,uno)),$(call gb_Helper_get_rcfile,uno)) \ )) +endif # vim:set noet sw=4 ts=4: diff --git a/ure/Package_install.mk b/ure/Package_install.mk index 9834c632d29d..16acfed9bbd6 100644 --- a/ure/Package_install.mk +++ b/ure/Package_install.mk @@ -24,7 +24,6 @@ endif $(eval $(call gb_Package_add_files,ure_install,$(LIBO_URE_ETC_FOLDER),\ $(call gb_Helper_get_rcfile,jvmfwk3) \ - $(if $(filter unorc,$(call gb_Helper_get_rcfile,uno)),,$(call gb_Helper_get_rcfile,uno)) \ )) # vim:set noet sw=4 ts=4: diff --git a/ure/source/uno.ini b/ure/source/uno.ini deleted file mode 100644 index 6c04cae9a38c..000000000000 --- a/ure/source/uno.ini +++ /dev/null @@ -1,23 +0,0 @@ -# -# This file is part of the LibreOffice project. -# -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. -# -# This file incorporates work covered by the following license notice: -# -# Licensed to the Apache Software Foundation (ASF) under one or more -# contributor license agreements. See the NOTICE file distributed -# with this work for additional information regarding copyright -# ownership. The ASF licenses this file to you under the Apache -# License, Version 2.0 (the "License"); you may not use this file -# except in compliance with the License. You may obtain a copy of -# the License at http://www.apache.org/licenses/LICENSE-2.0 . -# -[Bootstrap] -URE_INTERNAL_LIB_DIR=${ORIGIN} -URE_INTERNAL_JAVA_DIR=${ORIGIN}/../java -URE_INTERNAL_JAVA_CLASSPATH=${URE_MORE_JAVA_TYPES} -UNO_TYPES=${ORIGIN}/../misc/types.rdb ${URE_MORE_TYPES} -UNO_SERVICES=${ORIGIN}/../misc/services.rdb ${URE_MORE_SERVICES} |