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

Unified Diff: appengine/swarming/elements/Makefile

Issue 2404883002: Add links to MP and resolve minor fixes (Closed)
Patch Set: Add more generic approach to revision Created 4 years, 2 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
Index: appengine/swarming/elements/Makefile
diff --git a/appengine/swarming/elements/Makefile b/appengine/swarming/elements/Makefile
index a5cb5e0d7b6afa251ca0a21ec3c437df8ef66243..3dcea051205f229e7492ef50a1eb20b5b1ea7fa4 100644
--- a/appengine/swarming/elements/Makefile
+++ b/appengine/swarming/elements/Makefile
@@ -34,7 +34,7 @@ run: default common_strings
.PHONY: clean
clean:
rm -rf ./build/*
- mkdir ./build/js
+ mkdir -p ./build/js
.PHONY: vulcanize
vulcanize: clean default common_strings

Powered by Google App Engine
This is Rietveld 408576698