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

Unified Diff: Makefile

Issue 135853011: Add coreutils (Closed) Base URL: https://naclports.googlecode.com/svn/trunk/src
Patch Set: rebase 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 | ports/coreutils/build.sh » ('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 6edf28fc826c9c98d4d4b55b31b929f1ace65c3e..5d6cd9d331f7856bf9518043d3e2aa31833c6a0d 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ ALL_PORTS = \
ports/cfitsio \
ports/civetweb \
ports/clapack \
+ ports/coreutils \
ports/curl \
ports/DevIL \
ports/dosbox \
@@ -341,6 +342,7 @@ $(SENT)/ports/zeromq: ports/glibc-compat
$(SENT)/ports/mpc: ports/gmp ports/mpfr
$(SENT)/ports/mpfr: ports/gmp
$(SENT)/ports/toybox: ports/glibc-compat ports/nacl-spawn
+$(SENT)/ports/coreutils: ports/nacl-spawn
# shortcuts libraries (alphabetical)
agg: ports/agg ;
@@ -353,6 +355,7 @@ bzip2: ports/bzip2 ;
cairo: ports/cairo ;
cfitsio: ports/cfitsio ;
clapack: ports/clapack ;
+coreutils: ports/coreutils ;
curl: ports/curl ;
DevIL: ports/DevIL ;
dreadthread: ports/dreadthread ;
« no previous file with comments | « no previous file | ports/coreutils/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698