webkit: remove -j1 make is now patched to work with multiple build jobs

This commit is contained in:
Danny Rawlins 2012-11-07 22:26:11 +11:00
parent ae302a29b3
commit fe951a9616

View File

@ -35,8 +35,8 @@ build() {
--with-gtk=2.0 \
--disable-webkit2
make -j1
make -j1 DESTDIR=$PKG install
make
make DESTDIR=$PKG install
cd ../build-gtk3
@ -50,8 +50,8 @@ build() {
--with-unicode-backend=icu \
--libexecdir=/usr/lib/webkitgtk3
make -j1
make -j1 DESTDIR=$PKG install
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/locale
}