wok diff busybox/receipt @ rev 10289

cgdb: Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 21 18:26:24 2011 +0000 (2011-05-21)
parents 5fbf13b1df6d
children 481d1e820d85
line diff
     1.1 --- a/busybox/receipt	Sat Apr 30 22:04:35 2011 +0200
     1.2 +++ b/busybox/receipt	Sat May 21 18:26:24 2011 +0000
     1.3 @@ -35,7 +35,7 @@
     1.4  # Rules to compile & install the temporary toolchain.
     1.5  cook_tmp_toolchain()
     1.6  {
     1.7 -    { stuff=../stuff
     1.8 +    { stuff=${stuff:-../stuff}
     1.9      apply_bb_patchs && 
    1.10      make oldconfig &&
    1.11      make &&