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

Unified Diff: cgpt/Makefile

Issue 2849040: Add 'find' command to cgpt, to search for partitions by UUID. (Closed) Base URL: ssh://git@gitrw.chromium.org//vboot_reference.git
Patch Set: Created 10 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 | cgpt/cgpt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cgpt/Makefile
diff --git a/cgpt/Makefile b/cgpt/Makefile
index e48708a31ad165e094e265ebbdcc47e08536b47d..3984628c914b667526b26c5a87f060247c196d4d 100644
--- a/cgpt/Makefile
+++ b/cgpt/Makefile
@@ -20,6 +20,7 @@ ALL_SRCS = \
cmd_create.c \
cmd_add.c \
cmd_boot.c \
+ cmd_find.c \
cgpt_common.c
main: $(PROGNAME)
« no previous file with comments | « no previous file | cgpt/cgpt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698