summaryrefslogtreecommitdiff
path: root/src/third_party/mozjs/extract.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/mozjs/extract.sh')
-rwxr-xr-xsrc/third_party/mozjs/extract.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/third_party/mozjs/extract.sh b/src/third_party/mozjs/extract.sh
index 38f29ea8b69..f107e1b76a1 100755
--- a/src/third_party/mozjs/extract.sh
+++ b/src/third_party/mozjs/extract.sh
@@ -10,9 +10,6 @@ mkdir extract/js
# copy ICU
cp -R mozilla-release/intl extract/
-# remove unnecessary hyphenation files
-rm -rf extract/intl/locales
-
cd mozilla-release/js/src
echo "Run autoconf2.13"
@@ -52,7 +49,7 @@ CFLAGS="$CFLAGS -D__STDC_FORMAT_MACROS" \
# we have to run make to generate a byte code version of the self hosted js and
# a switch table
echo "Run make"
-make -j$(grep -c ^processor /proc/cpuinfo)
+make
cd ../../../..