wok-4.x rev 5782
Speedup some builds
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jul 10 11:19:46 2010 +0200 (2010-07-10) |
parents | 49e501a55595 |
children | 8806a69fb967 |
files | binutils/receipt gdb/receipt h8300-binutils/receipt h8300-gcc/receipt h8300-gcc3/receipt h8300-gdb/receipt |
line diff
1.1 --- a/binutils/receipt Sat Jul 10 09:37:09 2010 +0200 1.2 +++ b/binutils/receipt Sat Jul 10 11:19:46 2010 +0200 1.3 @@ -25,7 +25,7 @@ 1.4 --mandir=/usr/share/man \ 1.5 --enable-shared \ 1.6 $CONFIGURE_ARGS && 1.7 - make tooldir=/usr && 1.8 + make -j 4 tooldir=/usr && 1.9 # Install in binutils-build/ and then move the files to 1.10 # to the source tree. Can't install directly... This is done 1.11 # to keep the $src and $_pkg working for genpkg.
2.1 --- a/gdb/receipt Sat Jul 10 09:37:09 2010 +0200 2.2 +++ b/gdb/receipt Sat Jul 10 11:19:46 2010 +0200 2.3 @@ -18,7 +18,7 @@ 2.4 ./configure --prefix=/usr \ 2.5 --with-python=no \ 2.6 --disable-werror $CONFIGURE_ARGS && \ 2.7 - make && make DESTDIR=$PWD/_pkg install 2.8 + make -j 4 && make DESTDIR=$PWD/_pkg install 2.9 } 2.10 2.11 # Rules to gen a SliTaz package suitable for Tazpkg.
3.1 --- a/h8300-binutils/receipt Sat Jul 10 09:37:09 2010 +0200 3.2 +++ b/h8300-binutils/receipt Sat Jul 10 11:19:46 2010 +0200 3.3 @@ -28,7 +28,7 @@ 3.4 --infodir=/usr/share/info \ 3.5 --mandir=/usr/share/man \ 3.6 $CONFIGURE_ARGS && 3.7 - make && 3.8 + make -j 4 && 3.9 make DESTDIR=$src/_pkg install 3.10 } 3.11
4.1 --- a/h8300-gcc/receipt Sat Jul 10 09:37:09 2010 +0200 4.2 +++ b/h8300-gcc/receipt Sat Jul 10 11:19:46 2010 +0200 4.3 @@ -34,7 +34,7 @@ 4.4 --infodir=/usr/share/info \ 4.5 --mandir=/usr/share/man \ 4.6 $CONFIGURE_ARGS && 4.7 - make && 4.8 + make -j 4 && 4.9 make DESTDIR=$src/_pkg install 4.10 } 4.11
5.1 --- a/h8300-gcc3/receipt Sat Jul 10 09:37:09 2010 +0200 5.2 +++ b/h8300-gcc3/receipt Sat Jul 10 11:19:46 2010 +0200 5.3 @@ -34,7 +34,7 @@ 5.4 --infodir=/usr/share/info \ 5.5 --mandir=/usr/share/man \ 5.6 $CONFIGURE_ARGS && 5.7 - make && 5.8 + make -j 4 && 5.9 make DESTDIR=$src/_pkg install 5.10 } 5.11
6.1 --- a/h8300-gdb/receipt Sat Jul 10 09:37:09 2010 +0200 6.2 +++ b/h8300-gdb/receipt Sat Jul 10 11:19:46 2010 +0200 6.3 @@ -29,7 +29,7 @@ 6.4 --infodir=/usr/share/info \ 6.5 --mandir=/usr/share/man \ 6.6 $CONFIGURE_ARGS && 6.7 - make && 6.8 + make -j 4 && 6.9 make DESTDIR=$src/_pkg install 6.10 } 6.11