# HG changeset patch # User Pascal Bellard # Date 1304247093 -7200 # Node ID c6e87acf001f2bf29732038c51917a1daa7e3e97 # Parent 3bb8f2adbf517b054261d9a91f24842df7bea9d6 busybox: ensure $stuff is set (again) diff -r 3bb8f2adbf51 -r c6e87acf001f busybox/receipt --- a/busybox/receipt Sun May 01 09:13:52 2011 +0200 +++ b/busybox/receipt Sun May 01 12:51:33 2011 +0200 @@ -35,7 +35,7 @@ # Rules to compile & install the temporary toolchain. cook_tmp_toolchain() { - { stuff=../stuff + { stuff=${stuff:-../stuff} apply_bb_patchs && make oldconfig && make &&