# HG changeset patch # User Pascal Bellard # Date 1304193875 -7200 # Node ID 5fbf13b1df6d1ecfa546c3e922d5ae45567677b1 # Parent 712b7c1ce69a0201ed3bbeb106fb98c0af609835 busybox: ensure $stuff is set (again) diff -r 712b7c1ce69a -r 5fbf13b1df6d busybox/receipt --- a/busybox/receipt Sat Apr 30 16:37:24 2011 +0200 +++ b/busybox/receipt Sat Apr 30 22:04:35 2011 +0200 @@ -15,7 +15,6 @@ apply_bb_patchs() { cd $src - stuff=${stuff:-stuff} while read file; do [ -f done.$file ] && continue echo "Apply $file..." @@ -36,7 +35,8 @@ # Rules to compile & install the temporary toolchain. cook_tmp_toolchain() { - { apply_bb_patchs && + { stuff=../stuff + apply_bb_patchs && make oldconfig && make && make CONFIG_PREFIX=/tools install