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

Unified Diff: Makefile

Issue 132343007: Add top level build script for building packages. (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: Created 6 years, 11 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 | README.rst » ('j') | build_tools/common.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile
diff --git a/Makefile b/Makefile
index fc84fbe5bfd471d5519edd031e973cc4c37b7797..5b6519215a083b300666f7fe66467338182c408c 100644
--- a/Makefile
+++ b/Makefile
@@ -241,7 +241,7 @@ $(ALL_PORTS:%=$(SENT)/%): $(SENT)/%:
@$(START_BUILD)
python build_tools/naclports.py check -C $*
if python build_tools/naclports.py enabled -C $*; then \
- cd $* && NACL_ARCH=$(NACL_ARCH) NACL_GLIBC=$(NACL_GLIBC) ./build.sh; fi
+ cd $* && NACL_ARCH=$(NACL_ARCH) NACL_GLIBC=$(NACL_GLIBC) $(CURDIR)/build_tools/naclports.sh; fi
mkdir -p $(@D)
touch $@
endif
« no previous file with comments | « no previous file | README.rst » ('j') | build_tools/common.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698