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

Unified Diff: Makefile.standalone

Issue 1819153002: Subzero: Fix the broken "make presubmit-lite". (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 9 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.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index e778c35d35fe5c0aab5d28b05116c3e42a24b7d7..716e8d6fbdd0610832f66ff7c6d6f5cd199cdf1b 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -673,7 +673,7 @@ presubmit-lite: exists-nonsfi-x8632 exists-nonsfi-arm32 \
+make -f Makefile.standalone format
# Verify MINIMAL build, plus proper usage of REQUIRES in lit tests.
+make -f Makefile.standalone \
- MINIMAL=1 check $(SB_OBJDIR)/pnacl-sz.x8664.nexe
+ MINIMAL=1 check sb-lite
# Check that there are no g++ build errors or warnings.
+make -f Makefile.standalone \
GPLUSPLUS=1 compile_only
« 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