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

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
Index: ports/gawk/build.sh
diff --git a/ports/gawk/build.sh b/ports/gawk/build.sh
index 568cff267dd7fe9fbc7c1303cd4e97b5973f9710..7a35d57adfb09ce7864a59e39b319652ede80d41 100644
--- a/ports/gawk/build.sh
+++ b/ports/gawk/build.sh
@@ -18,11 +18,3 @@ BuildStep() {
LogExecute make -j${OS_JOBS} \
LIBREADLINE="-lreadline -lncurses" gawk${NACL_EXEEXT}
}
-
-InstallStep() {
- return
-}
-
-PublishStep() {
- PublishByArchForDevEnv
-}

Powered by Google App Engine
This is Rietveld 408576698