This commit is contained in:
milisbir 2018-05-11 00:03:07 +03:00
parent 05b41091be
commit 88fc9093e2
1 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,10 @@ derle() {
--enable-readline $DBG_OPTIONS
SHELL=/bin/sh make -j1
cd "$SRC/firefox-$surum/js/src/tests"
python2 jstests.py ../js/src/js
cd "$SRC/firefox-$surum/js/src/jit-test"
python2 jit_test.py ../js/src/js
#cd "$SRC/firefox-$surum/js/src/tests"
#python2 jstests.py ../js/src/js
#cd "$SRC/firefox-$surum/js/src/jit-test"
#python2 jit_test.py ../js/src/js
SHELL=/bin/sh make -j1 DESTDIR="$PKG" install
install -Dm644 mozglue/build/libmozglue.a "$PKG"/usr/lib/libmozglue.a
}