[PATCH] un-desktopize find

Denis Vlasenko vda.linux at googlemail.com
Wed Apr 4 23:28:23 UTC 2007


On Wednesday 04 April 2007 19:15, Kai Schwenzfeier wrote:
> 15:45 <kasc> hi there
> 15:52 <kasc> i've got a problem with building busybox from within a busybox environment. the Makefiles use -prune option with
>              find, but the busybox find implementation doesnt seem to understand -prune
> 15:52 <kasc> any ideas? ^^
> 15:56 <blindvt`> kasc, USE_DESKTOP(            ACTS(prune))
> 15:56 <blindvt`> kasc, do away with this silly CONFIG_DESKTOP thing for find and instead add an option for the args of find
>                  that are currently hidden with DESKTOP
> 16:07 <blindvt`> kasc, the same for all other args of find that are hidden below DESKTOP
> 16:08 <blindvt`> kasc, then, after cursory testing, send the patch to the mailing-list, please

blindvt is absolutely correct. Whenever you see something
under CONFIG_DESKTOP which you need, but you don't want
to enable CONFIG_DESKTOP, make a patch and send it to the list.

I'm applying your patch, thanks!
--
vda



More information about the busybox mailing list