Skip to content

Commit

Permalink
Move comment about DESTDIR/PORTABLE=1 into place.
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix committed Sep 28, 2017
1 parent 462a297 commit 8a627c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-node-for-dev-bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ then
node_configure_flags+=('--debug')
fi

# "make binary" includes DESTDIR and PORTABLE=1 options.
# Unsetting BUILD_DOWNLOAD_FLAGS allows the ICU download above to work.
make -j4 binary \
BUILD_DOWNLOAD_FLAGS= \
Expand All @@ -56,7 +57,6 @@ make -j4 binary \
TARBALL_PATH="${CHECKOUT_DIR}/node_${PLATFORM}_v${NODE_VERSION}.tar.gz"
mv node-*.tar.gz "${TARBALL_PATH}"

# binary includes DESTDIR and PORTABLE=1 options!
cd "$DIR"
rm -rf node-build

Expand Down

0 comments on commit 8a627c1

Please sign in to comment.