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

Unified Diff: Makefile

Issue 3116025: Added new commands and reactivated full rebuild after fixing for ARM ebuild. (Closed) Base URL: ssh://git@chromiumos-git/vboot_reference.git
Patch Set: move to new build flow (no changes expected) Created 10 years, 4 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 | firmware/lib/tpm_lite/include/tlcl.h » ('j') | 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 a7175bd5628b24f92631be3421b4e96fff484a43..a9445e7ab01009e230e3865572c32f3553d55245 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,8 @@ all:
if [ ! -d $$newdir ]; then \
mkdir -p $$newdir; \
fi; \
- done && \
+ done; \
+ make -C utility update_tlcl_structures; \
for i in $(SUBDIRS); do \
make -C $$i; \
done
« no previous file with comments | « no previous file | firmware/lib/tpm_lite/include/tlcl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698