bb 1.1.0 fais to build fancy sort applet

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Mon Jan 23 22:46:12 UTC 2006


Some more stuff:

--- include/usage.h.~1~ 2006-01-11 06:44:14.000000000 +0100
+++ include/usage.h     2006-01-23 23:35:25.000000000 +0100
@@ -2658,7 +2658,7 @@
        USAGE_FANCY_SLEEP("$ sleep 1d 3h 22m 8s\n" \
        "[98528 second delay results]\n")

-#ifdef CONFIG_SORT_BIG
+#ifdef CONFIG_FEATURE_SORT_BIG
 #  define USAGE_SORT_BIG(a) a
 #else
 #  define USAGE_SORT_BIG(a)

There was a move from CONFIG_<something> to CONFIG_FEATURE_<something>.
There might be a few more places where a fix similar to the above is
needed.

Cheers,
Cristian



More information about the busybox mailing list