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

Unified Diff: ports/binutils/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/binutils/build.sh
diff --git a/ports/binutils/build.sh b/ports/binutils/build.sh
index 606d62dede24cad78e427ef9026a6eef9e3989a1..b9b8a1fa4311522f675e38d63c7f6f967589eec1 100644
--- a/ports/binutils/build.sh
+++ b/ports/binutils/build.sh
@@ -27,18 +27,3 @@ InstallStep() {
${NACL_SDK_ROOT}/toolchain/${OS_SUBDIR}_x86_glibc/x86_64-nacl/lib/ldscripts \
${DESTDIR}${PREFIX}/${NACL_ARCH}-nacl/lib/
}
-
-PublishStep() {
- MakeDir ${PUBLISH_DIR}
- for nexe in binutils/*.nexe gas/*.nexe ld/*.nexe; do
- local name=$(basename $nexe .nexe | sed 's/-new//')
- cp ${nexe} ${PUBLISH_DIR}/${name}_${NACL_ARCH}${NACL_EXEEXT}
-
- pushd ${PUBLISH_DIR}
- LogExecute python ${NACL_SDK_ROOT}/tools/create_nmf.py \
- ${PUBLISH_DIR}/${name}_*${NACL_EXEEXT} \
- -s . \
- -o ${name}.nmf
- popd
- done
-}
« no previous file with comments | « ports/bdftopcf/build.sh ('k') | ports/bison/build.sh » ('j') | ports/curl/nacl.patch » ('J')

Powered by Google App Engine
This is Rietveld 408576698