diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-08-19 14:34:46 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:15 +0200 |
commit | ed267696b5b0922eff08823c300f94ff060aab50 (patch) | |
tree | 581371b91f9bfb242a007a609f61c8a9e290b1e3 /Makefile.in | |
parent | 83b512a15ead126259c5f426087a784bf371b6d1 (diff) |
add makefile parts for creating mar files
Change-Id: I004af6b1a5aaa87869ad316dedde1777d2f3cf95
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 037cb5dce95b..8edf57e7c0a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -409,6 +409,14 @@ endif cd $(WORKDIR)/symbols/ && zip -r $(WORKDIR)/symbols.zip * +create-mar: + rm -fr $(WORKDIR)/installation/mar/ + rm -fr $(WORKDIR)/installation/temp/ + mkdir -p $(WORKDIR)/installation/temp/ + mkdir -p $(WORKDIR)/installation/mar/ + tar -xzf $(WORKDIR)/installation/LibreOfficeDev/archive/install/en-US/LibreOffice* -C $(WORKDIR)/installation/temp/ + $(SRCDIR)/bin/update/make_full_update.sh $(WORKDIR)/installation/mar/test.mar $(WORKDIR)/installation/temp/*/ + upload-symbols: $(MAKE) -f $(SRCDIR)/Makefile.gbuild upload-symbols |