On Thursday 15 May 2014 15:48:27 Igor Živković wrote:
> Hi,
> 
> this is updated and probably the last version of my verbose patch. It 
> adds the verbose switch to install applet and fixes a bug with mkdir in 
> the previous patch.
> 
> Regards,
> 
> 
Hi,
couldn't this be made optional and depending on CONFIG_DESKTOP
or another new config option so that it is optimized away by the compiler
if the flag is not set, e.g.:

               if (ENABLE_DESKTOP && (flags & FILEUTILS_VERBOSE)) {
                       printf("removed directory: `%s'\n", path);
               }

Ciao,
Tito
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to