summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2010-07-08 15:15:53 -0700
committerRandall Spangler <rspangler@chromium.org>2010-07-08 15:15:53 -0700
commit6832511d3f775c82e64094791afbd0fbc0287129 (patch)
tree647d9f1d05cff39d4f9dac8af2f47ec20a70530a /Makefile
parentc9f917bfd063274a837df81433fa79e68e261d6a (diff)
downloadvboot-6832511d3f775c82e64094791afbd0fbc0287129.tar.gz
Also need to disable calling make tests install.
Review URL: http://codereview.chromium.org/2913005
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 638d512a..70bf0364 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