summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-23 22:57:56 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-05-23 23:00:26 +0200
commitc7c86b4b3d3ebf323e1c3f13e9e2dff8be61d17d (patch)
tree16dae0614ff2c560c3a1ba916ddcf01bdb4ea1ad /Makefile.in
parent3f825963973814530752e451fc7155fc054923bd (diff)
add a build system target to generate the symbol files
Change-Id: Ib690eb05deaec5d8ce91f6b76daadf427d7ad964
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d0c5757790db..26f9e0e24429 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -380,6 +380,9 @@ findunusedcode:
findunusedheaders:
$(SRCDIR)/bin/find-unusedheaders.pl
+symbols:
+ mkdir -p $(WORKDIR)/symbols/
+ $(SRCDIR)/bin/symbolstore.py $(WORKDIR)/UnpackedTarball/breakpad/src/tools/linux/dump_syms/dump_syms $(WORKDIR)/symbols/ $(INSTDIR)/program/*
dump-deps:
@$(SRCDIR)/bin/module-deps.pl $(MAKE) $(SRCDIR)/Makefile.gbuild