latest commit miss
Douglas Mencken
dougmencken at gmail.com
Sat Jun 5 15:37:29 UTC 2010
I can confirm this problem. Now I can't build tr.c, errors are:
coreutils/tr.c:120:8: error: 'ENABLE_FEATURE_TR_CLASSES' undeclared
(first use in this function)
coreutils/tr.c:120:37: error: 'ENABLE_FEATURE_TR_EQUIV' undeclared
(first use in this function)
On Sat, Jun 5, 2010 at 1:21 PM, Cristian Ionescu-Idbohrn
<cristian.ionescu-idbohrn at axis.com> wrote:
> ...mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
>
> diff --git a/coreutils/tr.c b/coreutils/tr.c
> index 12d0715..25f5038 100644
> --- a/coreutils/tr.c
> +++ b/coreutils/tr.c
> @@ -27,25 +27,25 @@
> //config: help
> //config: tr is used to squeeze, and/or delete characters from standard
> //config: input, writing to standard output.
> -
> -config FEATURE_TR_CLASSES
> - bool "Enable character classes (such as [:upper:])"
> - default n
> - depends on TR
> - help
> - Enable character classes, enabling commands such as:
> - tr [:upper:] [:lower:] to convert input into lowercase.
> -
> -config FEATURE_TR_EQUIV
> - bool "Enable equivalence classes"
> - default n
> - depends on TR
> - help
> - Enable equivalence classes, which essentially add the enclosed
> - character to the current set. For instance, tr [=a=] xyz would
> - replace all instances of 'a' with 'xyz'. This option is mainly
> - useful for cases when no other way of expressing a character
> - is possible.
> +//config:
> +//config:config FEATURE_TR_CLASSES
> +//config: bool "Enable character classes (such as [:upper:])"
> +//config: default n
> +//config: depends on TR
> +//config: help
> +//config: Enable character classes, enabling commands such as:
> +//config: tr [:upper:] [:lower:] to convert input into lowercase.
> +//config:
> +//config:config FEATURE_TR_EQUIV
> +//config: bool "Enable equivalence classes"
> +//config: default n
> +//config: depends on TR
> +//config: help
> +//config: Enable equivalence classes, which essentially add the enclosed
> +//config: character to the current set. For instance, tr [=a=] xyz would
> +//config: replace all instances of 'a' with 'xyz'. This option is mainly
> +//config: useful for cases when no other way of expressing a character
> +//config: is possible.
>
> #include "libbb.h"
>
>
>
> Cheers,
>
> --
> Cristian
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox
>
More information about the busybox
mailing list