Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Issue 1633893002: build: clean up .dwo files (Closed)

Created:
4 years, 11 months ago by vapier
Modified:
4 years, 11 months ago
Reviewers:
Mark Mentovai
CC:
google-breakpad-dev_googlegroups.com
Base URL:
https://chromium.googlesource.com/breakpad/breakpad.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

build: clean up .dwo files When building with -gsplit-dwarf, the generated dwo files are left behind even when you `make clean`. Fix that up. BUG=chromium:579384 TEST=`./configure CXXFLAGS='-O -gsplit-dwarf' && make && make clean` removes dwo files now R=mark@chromium.org Committed: https://chromium.googlesource.com/breakpad/breakpad/+/0f0b0f367b1af511cab327e803a2621ea69bc1ed

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -3 lines) Patch
M .gitignore View 1 chunk +1 line, -0 lines 0 comments Download
M Makefile.am View 1 chunk +3 lines, -0 lines 2 comments Download
M Makefile.in View 3 chunks +7 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
vapier
wrote the patch before you said "don't bother" :)
4 years, 11 months ago (2016-01-25 21:54:07 UTC) #2
Mark Mentovai
LGTM https://codereview.chromium.org/1633893002/diff/1/Makefile.am File Makefile.am (right): https://codereview.chromium.org/1633893002/diff/1/Makefile.am#newcode1332 Makefile.am:1332: -find src -name '*.dwo' -exec rm -f {} ...
4 years, 11 months ago (2016-01-25 23:36:42 UTC) #3
vapier
https://codereview.chromium.org/1633893002/diff/1/Makefile.am File Makefile.am (right): https://codereview.chromium.org/1633893002/diff/1/Makefile.am#newcode1332 Makefile.am:1332: -find src -name '*.dwo' -exec rm -f {} + ...
4 years, 11 months ago (2016-01-25 23:39:42 UTC) #4
vapier
4 years, 11 months ago (2016-01-25 23:41:02 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
0f0b0f367b1af511cab327e803a2621ea69bc1ed (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698