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

Unified Diff: Makefile

Issue 2913005: Also need to disable calling make tests install. (Closed) Base URL: ssh://gitrw.chromium.org/vboot_reference.git
Patch Set: Created 10 years, 5 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: Makefile
diff --git a/Makefile b/Makefile
index 638d512ad96698d6e240ab325bfe42a63d7e1d16..70bf036470a3a6effb3874bd610f1118f7c23621 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ clean:
install:
$(MAKE) -C utility install
$(MAKE) -C cgpt install
- $(MAKE) -C tests install
+# $(MAKE) -C tests install
runtests:
$(MAKE) -C tests runtests
« 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