Kaydet (Commit) b7e2b744 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Generate consistent buildid values in instdir/ setup and version ini-files

...consistent with the values in the correpsonding ini-files in generated
installation sets.

Change-Id: I8466cc64d309bbb3fe4bec7833803081d14e1097
üst 7e1c55f3
......@@ -131,7 +131,7 @@ $(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),ECH,1)
( \
echo '[Bootstrap]' \
&& echo 'buildid=$(LIBO_VERSION_MAJOR)$(LIBO_VERSION_MINOR)$(LIBO_VERSION_MICRO)(Build:$(LIBO_VERSION_PATCH))' \
&& echo 'buildid=$(shell cd $(SRCDIR) && git log -1 --format=%H)' \
) > $@
$(call gb_CustomTarget_get_workdir,instsetoo_native/setup)/$(call gb_Helper_get_rcfile,soffice) :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment