config/global/build-behave.in
changeset 805 ae730f907bed
parent 446 d205527c5e01
child 1444 8f6a793dc5b5
     1.1 --- a/config/global/build-behave.in	Thu Apr 17 20:26:25 2008 +0000
     1.2 +++ b/config/global/build-behave.in	Mon Aug 25 19:44:39 2008 +0000
     1.3 @@ -43,3 +43,17 @@
     1.4      help
     1.5        Use gcc's option -pipe to use pipes rather than temp files when building
     1.6        the toolchain.
     1.7 +
     1.8 +config CONFIG_SHELL_ASH
     1.9 +    bool
    1.10 +    prompt "Use 'ash' as CONFIG_SHELL"
    1.11 +    default n
    1.12 +    help
    1.13 +      Use /bin/ash as the shell used by ./configure scripts.
    1.14 +      
    1.15 +      ./configure scripts make intensive use of calling a sub-shell, and the
    1.16 +      traditional bash is slow, whereas ash is faster.
    1.17 +      
    1.18 +      Saying 'y' here should be safe enough, but some components may not
    1.19 +      accept using a shell other than bash (this is most probably true for
    1.20 +      old versions). If you have trouble, say 'n' here and see if it fixes it.