wok rev 5781

Speedup some builds
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 10 09:37:09 2010 +0200 (2010-07-10)
parents c603a1546d49
children fdcef0b5e0c7
files gcc+gcj/receipt gcc/receipt gcc3/receipt libfox/receipt libgphoto2/receipt mesa/receipt mingw32-gcc/receipt mono/receipt mplayer/receipt net-snmp/receipt octave/receipt opal/receipt openldap/receipt openmotif/receipt php/receipt pidgin/receipt poppler/receipt ruby/receipt wxpython/receipt
line diff
     1.1 --- a/gcc+gcj/receipt	Fri Jul 09 22:30:22 2010 +0200
     1.2 +++ b/gcc+gcj/receipt	Sat Jul 10 09:37:09 2010 +0200
     1.3 @@ -72,10 +72,10 @@
     1.4  		--with-x --enable-java-awt=gtk \
     1.5  		--enable-gtk-cairo \
     1.6  		$CONFIGURE_ARGS  $GCC_TARGET  &&
     1.7 -    make bootstrap &&
     1.8 +    make -j 4 bootstrap &&
     1.9      # Make install in the source tree to help creating derived pkgs
    1.10      # and keep $_pkg variable set for genpkg.
    1.11 -    make DESTDIR=$src/_pkg install
    1.12 +    make -j 4 DESTDIR=$src/_pkg install
    1.13  }
    1.14  
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
     2.1 --- a/gcc/receipt	Fri Jul 09 22:30:22 2010 +0200
     2.2 +++ b/gcc/receipt	Sat Jul 10 09:37:09 2010 +0200
     2.3 @@ -23,10 +23,10 @@
     2.4      --enable-languages=c,c++,objc,fortran --enable-shared --with-system-zlib \
     2.5      --enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit \
     2.6      --enable-threads=posix --with-tune=i486 i486-pc-linux-gnu &&
     2.7 -    make bootstrap &&
     2.8 +    make -j 4 bootstrap &&
     2.9      # Make install in the source tree to help creating derivated pkgs
    2.10      # and keep $_pkg variable set for genpkg.
    2.11 -    make DESTDIR=$src/_pkg install
    2.12 +    make -j 4 DESTDIR=$src/_pkg install
    2.13  }
    2.14  
    2.15  # Rules to gen a SliTaz package suitable for Tazpkg.
     3.1 --- a/gcc3/receipt	Fri Jul 09 22:30:22 2010 +0200
     3.2 +++ b/gcc3/receipt	Sat Jul 10 09:37:09 2010 +0200
     3.3 @@ -22,10 +22,10 @@
     3.4      --enable-clocale=gnu --enable-objc-gc --enable-__cxa_atexit \
     3.5      --enable-threads=posix --with-tune=i486 i486-pc-linux-gnu \
     3.6      --program-suffix=-3
     3.7 -    make bootstrap
     3.8 +    make -j 4 bootstrap
     3.9      # Make install in the source tree to help creating derivated pkgs
    3.10      # and keep $_pkg variable set for genpkg.
    3.11 -    make DESTDIR=$src/_pkg install
    3.12 +    make -j 4 DESTDIR=$src/_pkg install
    3.13  }
    3.14  
    3.15  # Rules to gen a SliTaz package suitable for Tazpkg.
     4.1 --- a/libfox/receipt	Fri Jul 09 22:30:22 2010 +0200
     4.2 +++ b/libfox/receipt	Sat Jul 10 09:37:09 2010 +0200
     4.3 @@ -53,7 +53,7 @@
     4.4  		--with-opengl=no --with-xshm=no --with-xim=no --with-profiling=no \
     4.5  		--enable-release --disable-static \
     4.6  		$CONFIGURE_ARGS &&
     4.7 -	make &&
     4.8 +	make -j 4 &&
     4.9  	make DESTDIR=$PWD/_pkg install
    4.10  }
    4.11  
     5.1 --- a/libgphoto2/receipt	Fri Jul 09 22:30:22 2010 +0200
     5.2 +++ b/libgphoto2/receipt	Sat Jul 10 09:37:09 2010 +0200
     5.3 @@ -19,7 +19,7 @@
     5.4     	cd $src
     5.5  	./configure --prefix=/usr udevscriptdir=/lib/udev \
     5.6  			--with-exif --disable-static &&
     5.7 -	make &&
     5.8 +	make -j 4 &&
     5.9  	make DESTDIR=$PWD/_pkg install
    5.10  	
    5.11  }
     6.1 --- a/mesa/receipt	Fri Jul 09 22:30:22 2010 +0200
     6.2 +++ b/mesa/receipt	Sat Jul 10 09:37:09 2010 +0200
     6.3 @@ -43,7 +43,7 @@
     6.4  		--disable-gallium-intel \
     6.5  		--disable-gallium \
     6.6  		$CONFIGURE_ARGS &&
     6.7 -	make &&
     6.8 +	make -j 4 &&
     6.9  	make DESTDIR=$PWD/_pkg install
    6.10  }
    6.11  
     7.1 --- a/mingw32-gcc/receipt	Fri Jul 09 22:30:22 2010 +0200
     7.2 +++ b/mingw32-gcc/receipt	Sat Jul 10 09:37:09 2010 +0200
     7.3 @@ -70,7 +70,7 @@
     7.4  		--disable-win32-registry \
     7.5  		--enable-sjlj-exceptions \
     7.6  		$CONFIGURE_ARGS &&
     7.7 -	make CFLAGS="-O2 -fomit-frame-pointer" LDFLAGS="-s"  &&
     7.8 +	make -j 4 CFLAGS="-O2 -fomit-frame-pointer" LDFLAGS="-s"  &&
     7.9  	make DESTDIR=$src/_pkg install
    7.10  }
    7.11  
     8.1 --- a/mono/receipt	Fri Jul 09 22:30:22 2010 +0200
     8.2 +++ b/mono/receipt	Sat Jul 10 09:37:09 2010 +0200
     8.3 @@ -25,7 +25,7 @@
     8.4  		--mandir=/usr/share/man \
     8.5  		--sysconfdir=/etc \
     8.6  		$CONFIGURE_ARGS  &&
     8.7 -	make  &&
     8.8 +	make -j 4 &&
     8.9  	make DESTDIR=$PWD/_pkg install
    8.10  }
    8.11  
     9.1 --- a/mplayer/receipt	Fri Jul 09 22:30:22 2010 +0200
     9.2 +++ b/mplayer/receipt	Sat Jul 10 09:37:09 2010 +0200
     9.3 @@ -45,7 +45,7 @@
     9.4  		--disable-faac \
     9.5  		--disable-speex \
     9.6  		--enable-gui &&
     9.7 -	make &&
     9.8 +	make -j 4 &&
     9.9  	make DESTDIR=$PWD/_pkg install
    9.10  }
    9.11  
    10.1 --- a/net-snmp/receipt	Fri Jul 09 22:30:22 2010 +0200
    10.2 +++ b/net-snmp/receipt	Sat Jul 10 09:37:09 2010 +0200
    10.3 @@ -24,7 +24,7 @@
    10.4  		--with-logfile="/var/log/snmpd.log" \
    10.5  		--with-persistent-directory="/var/net-snmp" \
    10.6  		$CONFIGURE_ARGS &&
    10.7 -	make && make DESTDIR=$PWD/_pkg install
    10.8 +	make -j 4 && make DESTDIR=$PWD/_pkg install
    10.9  }
   10.10  
   10.11  # Rules to gen a SliTaz package suitable for Tazpkg.
    11.1 --- a/octave/receipt	Fri Jul 09 22:30:22 2010 +0200
    11.2 +++ b/octave/receipt	Sat Jul 10 09:37:09 2010 +0200
    11.3 @@ -22,7 +22,7 @@
    11.4  	--libexecdir=/usr/lib/$PACKAGE \
    11.5  	--mandir=/usr/share/man \
    11.6  	$CONFIGURE_ARGS &&
    11.7 -	make &&
    11.8 +	make -j 4 &&
    11.9  	make DESTDIR=$PWD/_pkg install
   11.10  }
   11.11  
    12.1 --- a/opal/receipt	Fri Jul 09 22:30:22 2010 +0200
    12.2 +++ b/opal/receipt	Sat Jul 10 09:37:09 2010 +0200
    12.3 @@ -20,7 +20,7 @@
    12.4  	./configure --prefix=/usr --bindir=/bin \
    12.5  	--libexecdir=/usr/bin --mandir=/usr/share/man \
    12.6  	$CONFIGURE_ARGS &&
    12.7 -	make &&
    12.8 +	make -j 4 &&
    12.9  	make DESTDIR=$PWD/_pkg install
   12.10  }
   12.11  
    13.1 --- a/openldap/receipt	Fri Jul 09 22:30:22 2010 +0200
    13.2 +++ b/openldap/receipt	Sat Jul 10 09:37:09 2010 +0200
    13.3 @@ -24,7 +24,7 @@
    13.4  		--libexecdir=/usr/lib/$PACKAGE \
    13.5  		--mandir=/usr/share/man $CONFIGURE_ARGS
    13.6  	which soelim || find -name Makefile | xargs sed -i 's/soelim/cat/'
    13.7 -	make CPPFLAGS=-D_GNU_SOURCE &&
    13.8 +	make -j 4 CPPFLAGS=-D_GNU_SOURCE &&
    13.9  	make DESTDIR=$PWD/_pkg install
   13.10  }
   13.11  
    14.1 --- a/openmotif/receipt	Fri Jul 09 22:30:22 2010 +0200
    14.2 +++ b/openmotif/receipt	Sat Jul 10 09:37:09 2010 +0200
    14.3 @@ -21,7 +21,7 @@
    14.4  	./configure --prefix=/usr --infodir=/usr/share/info \
    14.5  	--mandir=/usr/share/man \
    14.6  	$CONFIGURE_ARGS &&
    14.7 -	make &&
    14.8 +	make -j 4 &&
    14.9  	make DESTDIR=$PWD/_pkg install
   14.10  }
   14.11  
    15.1 --- a/php/receipt	Fri Jul 09 22:30:22 2010 +0200
    15.2 +++ b/php/receipt	Sat Jul 10 09:37:09 2010 +0200
    15.3 @@ -55,9 +55,9 @@
    15.4  "
    15.5  	sed -i 's/pam_start/pam_nostart/' configure
    15.6  	./configure $COMMON_ARGS $CONFIGURE_ARGS && \
    15.7 -	make && make INSTALL_ROOT=$PWD/_pkg install
    15.8 +	make -j 4 && make INSTALL_ROOT=$PWD/_pkg install
    15.9  	./configure $COMMON_ARGS --with-apxs2=/usr/bin/apxs $CONFIGURE_ARGS && \
   15.10 -	make && {
   15.11 +	make -j 4 && {
   15.12  		mkdir -p _pkg/etc/apache
   15.13  		cp /etc/apache/httpd.conf _pkg/etc/apache/httpd.conf
   15.14  		make INSTALL_ROOT=$PWD/_pkg install
    16.1 --- a/pidgin/receipt	Fri Jul 09 22:30:22 2010 +0200
    16.2 +++ b/pidgin/receipt	Sat Jul 10 09:37:09 2010 +0200
    16.3 @@ -40,7 +40,7 @@
    16.4  		--disable-vv \
    16.5  		--disable-idn \
    16.6  		$CONFIGURE_ARGS &&
    16.7 -	make &&
    16.8 +	make -j 4 &&
    16.9  	make DESTDIR=$PWD/_pkg install
   16.10  }
   16.11  
    17.1 --- a/poppler/receipt	Fri Jul 09 22:30:22 2010 +0200
    17.2 +++ b/poppler/receipt	Sat Jul 10 09:37:09 2010 +0200
    17.3 @@ -23,7 +23,7 @@
    17.4  		--mandir=/usr/share/man \
    17.5  		--enable-zlib \
    17.6  		$CONFIGURE_ARGS &&
    17.7 -	make &&
    17.8 +	make -j 4 &&
    17.9  	make DESTDIR=$PWD/_pkg install
   17.10  }
   17.11  
    18.1 --- a/ruby/receipt	Fri Jul 09 22:30:22 2010 +0200
    18.2 +++ b/ruby/receipt	Sat Jul 10 09:37:09 2010 +0200
    18.3 @@ -18,7 +18,7 @@
    18.4  	cd $src
    18.5  	patch -Np1 < ../stuff/openssl-1.0.patch 
    18.6  	./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man $CONFIGURE_ARGS && 		 
    18.7 -	make &&
    18.8 +	make -j 4 &&
    18.9  	make DESTDIR=$PWD/_pkg install
   18.10  }
   18.11  
    19.1 --- a/wxpython/receipt	Fri Jul 09 22:30:22 2010 +0200
    19.2 +++ b/wxpython/receipt	Sat Jul 10 09:37:09 2010 +0200
    19.3 @@ -21,7 +21,7 @@
    19.4      	--mandir=/usr/share/man \
    19.5      	--without-sdl \
    19.6      	$CONFIGURE_ARGS &&
    19.7 -    make &&
    19.8 +    make -j 4 &&
    19.9      make DESTDIR=$PWD/_pkg install
   19.10  }
   19.11