wok-6.x rev 8920
splint needs -j1 to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Mar 01 02:17:56 2011 +0100 (2011-03-01) |
parents | 5d88adada85b |
children | cf8b4889e6ab |
files | splint/receipt |
line diff
1.1 --- a/splint/receipt Tue Mar 01 00:18:27 2011 +0100 1.2 +++ b/splint/receipt Tue Mar 01 02:17:56 2011 +0100 1.3 @@ -14,10 +14,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 - ./configure --prefix=/usr \ 1.8 - $CONFIGURE_ARGS && 1.9 - make && 1.10 - make DESTDIR=$PWD/_pkg install 1.11 + ./configure && make -j1 && make install 1.12 } 1.13 1.14 # Rules to gen a SliTaz package suitable for Tazpkg.