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

Unified Diff: src/platform/vboot_reference/Makefile

Issue 2225008: Add install target to put utilities into chroot (in /opt/bin/) (Closed) Base URL: ssh://git@chromiumos-git/chromeos
Patch Set: Created 10 years, 7 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 | src/platform/vboot_reference/utility/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/vboot_reference/Makefile
diff --git a/src/platform/vboot_reference/Makefile b/src/platform/vboot_reference/Makefile
index 72c25fb40a62d6241a0a886f05012c21dc352e12..6df17c82026599a08f9216b6aacc45088167f898 100644
--- a/src/platform/vboot_reference/Makefile
+++ b/src/platform/vboot_reference/Makefile
@@ -25,3 +25,6 @@ clean:
for i in $(SUBDIRS); do \
make -C $$i clean; \
done
+
+install:
+ $(MAKE) -C utility install
« no previous file with comments | « no previous file | src/platform/vboot_reference/utility/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698