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

Unified Diff: tools/clean_output_directory.py

Issue 1169073002: In out clobber step, print out what we delete (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clean_output_directory.py
diff --git a/tools/clean_output_directory.py b/tools/clean_output_directory.py
index deee240f553cb13f7f16387a6b67c20ba8678e4d..f94259bb610e0dab8ce21b89494745ac3f2f6cf0 100755
--- a/tools/clean_output_directory.py
+++ b/tools/clean_output_directory.py
@@ -11,6 +11,7 @@ import utils
def Main():
build_root = utils.GetBuildRoot(utils.GuessOS())
+ print 'Deleting %s' % build_root
shutil.rmtree(build_root, ignore_errors=True)
return 0
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698