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

Unified Diff: ports/twm/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/twm/build.sh
diff --git a/ports/twm/build.sh b/ports/twm/build.sh
index a521565cbdb6db55d07d839533625ae8b7d52670..01197269fc1c9f52febe42b4c193b936fe19e408 100644
--- a/ports/twm/build.sh
+++ b/ports/twm/build.sh
@@ -34,18 +34,3 @@ BuildStep() {
LogExecute ${CC} ${CPPFLAGS} ${CFLAGS} -o twm${NACL_EXEEXT} ${SRC_DIR}/*.c\
*.c -I. -I${SRC_DIR} ${LDFLAGS} ${LIBS}
}
-
-InstallStep() {
- return
-}
-
-PublishStep() {
- PublishByArchForDevEnv
- ChangeDir ${PUBLISH_DIR}
- LogExecute cp -f ${BUILD_DIR}/twm${NACL_EXEEXT} twm_${NACL_ARCH}${NACL_EXEEXT}
- LogExecute python ${NACL_SDK_ROOT}/tools/create_nmf.py\
- twm_*${NACL_EXEEXT} -s . -o twm.nmf
- LogExecute python ${TOOLS_DIR}/create_term.py -n twm twm.nmf
- InstallNaClTerm .
- LogExecute cp -f ${START_DIR}/*.js .
-}
« ports/perl/build.sh ('K') | « ports/tree/build.sh ('k') | ports/xeyes/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698