wok rev 8003
Fix: iasl/compiler need -j1 to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Jan 18 19:08:18 2011 +0100 (2011-01-18) |
parents | 5f24a1ad24f7 |
children | 9d230ffbfaa1 |
files | iasl/receipt |
line diff
1.1 --- a/iasl/receipt Tue Jan 18 12:47:44 2011 +0000 1.2 +++ b/iasl/receipt Tue Jan 18 19:08:18 2011 +0100 1.3 @@ -15,11 +15,11 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src/compiler 1.7 - make 1.8 + make -j1 || return 1 1.9 cd $src/tools/acpisrc 1.10 - make 1.11 + make || return 1 1.12 cd $src/tools/acpixtract 1.13 - make 1.14 + make || return 1 1.15 } 1.16 1.17 # Rules to gen a SliTaz package suitable for Tazpkg.