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

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') | 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 3008577f03b4d242fadb55a6328efcf8099781b7..46a0995c04d50e106fdf1d00e739ecb01d22e15d 100644
--- a/Makefile
+++ b/Makefile
@@ -253,7 +253,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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698