wok-6.x rev 9658
busybox: ensure $stuff is set (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 30 22:04:35 2011 +0200 (2011-04-30) |
parents | 712b7c1ce69a |
children | 6460ccb2837a |
files | busybox/receipt |
line diff
1.1 --- a/busybox/receipt Sat Apr 30 16:37:24 2011 +0200 1.2 +++ b/busybox/receipt Sat Apr 30 22:04:35 2011 +0200 1.3 @@ -15,7 +15,6 @@ 1.4 apply_bb_patchs() 1.5 { 1.6 cd $src 1.7 - stuff=${stuff:-stuff} 1.8 while read file; do 1.9 [ -f done.$file ] && continue 1.10 echo "Apply $file..." 1.11 @@ -36,7 +35,8 @@ 1.12 # Rules to compile & install the temporary toolchain. 1.13 cook_tmp_toolchain() 1.14 { 1.15 - { apply_bb_patchs && 1.16 + { stuff=../stuff 1.17 + apply_bb_patchs && 1.18 make oldconfig && 1.19 make && 1.20 make CONFIG_PREFIX=/tools install