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

Unified Diff: ports/gawk/build.sh

Issue 1285953002: Switch devenv to use pkg packages (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@toolchain_install
Patch Set: Created 5 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 | « ports/fvwm/build.sh ('k') | ports/gawk/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gawk/build.sh
diff --git a/ports/gawk/build.sh b/ports/gawk/build.sh
index 568cff267dd7fe9fbc7c1303cd4e97b5973f9710..0cfab9cef0f3c2819281a83412157e3f7d98d3ce 100644
--- a/ports/gawk/build.sh
+++ b/ports/gawk/build.sh
@@ -10,19 +10,11 @@ fi
NACLPORTS_LDFLAGS+=" ${NACL_CLI_MAIN_LIB}"
-BuildStep() {
+#BuildStep() {
# SetupCrossEnvironment
# including readline because it is not linked by itself
# ncurses also has to be linked otherwise multiple
# undefined errors appear in linking readline
- LogExecute make -j${OS_JOBS} \
- LIBREADLINE="-lreadline -lncurses" gawk${NACL_EXEEXT}
-}
-
-InstallStep() {
- return
-}
-
-PublishStep() {
- PublishByArchForDevEnv
-}
+ #LogExecute make -j${OS_JOBS} \
+ #LIBREADLINE="-lreadline -lncurses" gawk${NACL_EXEEXT}
+#}
« no previous file with comments | « ports/fvwm/build.sh ('k') | ports/gawk/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698