On 7/29/10, Bernhard Reutner-Fischer <[email protected]> wrote:
>
> you forgot a Signed-off-by: line
Sorry, will remember in future.

> Applied, but there are several other spots in the testsuite that
> reference CONFIG_FEATURE that should be fixed, too.
>
> Care to send a patch?

As I can see, there were a lot of scripts (expand.tests for example)
which uses old scheme:


test -f "$bindir/.config" && . "$bindir/.config"
...
test x"$CONFIG_UNICODE_SUPPORT" = x"y" \
&& test x"$CONFIG_UNICODE_USING_LOCALE" != x"y" \


probably, it should be converted to new scheme with "optional" clause,
but I'm not sure.
Other scrips in testsuite subdirectories uses correct "# FEATURE
CONFIG_xxx" syntax.

Regards,
   Leonid
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to