Commit c5a9ca74 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
dd if=/dev/zero of=swap bs=1048576 count=4096
chmod 600 swap
mkswap swap
swapon swap
tar xf mozjs-52.2.1gnome1.tar.gz
cd mozjs-52.2.1gnome1/js/src && SHELL=/bin/bash ./configure --prefix=/usr --with-intl-api --with-system-zlib --with-system-nspr --with-system-icu --enable-threadsafe --enable-readline
$(MAKE) -C mozjs-52.2.1gnome1/js/src SHELL=/bin/bash
-$(MAKE) -C mozjs-52.2.1gnome1/js/src check
strip --strip-debug mozjs-52.2.1gnome1/js/src/js/src/libjs_static.a
strip --strip-debug mozjs-52.2.1gnome1/js/src/js/src/libmozjs-52.so
$(MAKE) -C mozjs-52.2.1gnome1/js/src install SHELL=/bin/bash
rm -rf mozjs-52.2.1gnome1
swapoff swap
rm -rf swap
headers
/usr/include/.*
bin
/usr/bin/.*
lib
/usr/lib/lib.*
pkg
/usr/lib/pkgconfig/.*
bytecode
/.*\.py[oc]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment