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

Unified Diff: Makefile.am

Issue 1633893002: build: clean up .dwo files (Closed) Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | Makefile.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.am
diff --git a/Makefile.am b/Makefile.am
index e920be1903478b85fa42c939c93ca57355abc03f..014ab6b5eb6b0ad2694a64021e01190e2e2b765f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1327,3 +1327,6 @@ EXTRA_DIST = \
src/tools/windows/dump_syms/testdata/dump_syms_regtest.sym \
src/tools/windows/symupload/symupload.cc \
src/tools/windows/symupload/symupload.vcproj
+
+mostlyclean-local:
+ -find src -name '*.dwo' -exec rm -f {} +
Mark Mentovai 2016/01/25 23:36:42 This is run from the objdir when objdir’s not srcd
vapier 2016/01/25 23:39:41 yep, rules are processed in $builddir, not $srcdir
« no previous file with comments | « .gitignore ('k') | Makefile.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698