Kaydet (Commit) c7c86b4b authored tarafından Markus Mohrhard's avatar Markus Mohrhard

add a build system target to generate the symbol files

Change-Id: Ib690eb05deaec5d8ce91f6b76daadf427d7ad964
üst 3f825963
......@@ -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
......
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