summaryrefslogtreecommitdiff
path: root/odk/CustomTarget_settings.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2013-03-16 23:28:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-19 14:15:39 +0100
commit2633b249ea6921645c57ab24a1c9ad0c8e61e144 (patch)
tree6e7654e12e78104086e1345c54e832c7f7ed65bb /odk/CustomTarget_settings.mk
parent5f92d07b80c4a73ebbf9e3e9ddfdf771a676c4ba (diff)
odk: do not pack unused component.map file
Change-Id: I768acf83234eec46c0271dad2e5bef3bd3cba3cf Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'odk/CustomTarget_settings.mk')
-rw-r--r--odk/CustomTarget_settings.mk13
1 files changed, 0 insertions, 13 deletions
diff --git a/odk/CustomTarget_settings.mk b/odk/CustomTarget_settings.mk
index dfe44df8c260..fb798b0086ee 100644
--- a/odk/CustomTarget_settings.mk
+++ b/odk/CustomTarget_settings.mk
@@ -32,17 +32,4 @@ $(odk_WORKDIR)/settings/dk.mk: $(SRCDIR)/odk/pack/copying/dk.mk
tr -d "\015" < $< | sed -e 's/@@RELEASE@@/$(PRODUCTVERSION)/' \
-e 's/@@BUILDID@@/$(LIBO_VERSION_MAJOR).$(LIBO_VERSION_MINOR).$(LIBO_VERSION_MICRO).$(LIBO_VERSION_PATCH)/' > $@
-ifneq ($(OS),WNT)
-odkcommon_ZIPLIST += settings/component.uno.map
-$(eval $(call gb_CustomTarget_register_target,odk/odkcommon/settings,component.uno.map))
-$(odk_WORKDIR)/settings/component.uno.map: $(SRCDIR)/solenv/bin/addsym.awk $(SRCDIR)/solenv/src/component.map
- $(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),build,GEN,1)
- tr -d "\015" < $(SRCDIR)/solenv/src/component.map | \
- $(if $(filter MACOSX,$(OS)),\
- tail -n +3 | head -3 | sed -e 's/.*component/_component/g' \
- -e 's/;[ ]*//',\
- awk -f $<) > $@
- chmod 664 $@
-endif
-
# vim: set noet sw=4 ts=4: