summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-24 00:33:32 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-24 04:28:15 +0200
commitb862ad8436f8f2ff06c40d36be5434bdf17eb204 (patch)
tree407d5e350ad51c3953afbfee8c7165a99ad3ab82 /Makefile.in
parentbe1dcb5982b587f83e0cef719caf2db64906c9a6 (diff)
also create the symbols.zip file
Change-Id: I4c96dbecd90de83fe9ac76a93ec0520ffb6932d6
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 09ebc3e75fef..155c200b54ab 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -384,6 +384,7 @@ symbols:
rm -fr $(WORKDIR)/symbols/
mkdir -p $(WORKDIR)/symbols/
$(SRCDIR)/bin/symbolstore.py $(WORKDIR)/UnpackedTarball/breakpad/src/tools/linux/dump_syms/dump_syms $(WORKDIR)/symbols/ $(INSTDIR)/program/*
+ cd $(WORKDIR)/symbols/ && zip -r $(WORKDIR)/symbols.zip *
dump-deps:
@$(SRCDIR)/bin/module-deps.pl $(MAKE) $(SRCDIR)/Makefile.gbuild