which: -a support (needed for bfin uclibc build script)
authorDenis Vlasenko <vda.linux@googlemail.com>
Thu, 5 Jun 2008 13:33:59 +0000 (13:33 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Thu, 5 Jun 2008 13:33:59 +0000 (13:33 -0000)
commitf592aa36f33430b866e9d7c975c6b9c356100d4b
treef7a8c565817ce331c6e18a2a399074c6c615cd79
parentf0d6068086b701522b92a7dd941739cf4fbb71e8
which: -a support (needed for bfin uclibc build script)

real support (with CONFIG_DESKTOP=y): 120+ bytes:
   text    data     bss     dec     hex filename
 807958     624    7036  815618   c7202 busybox_old
 808085     624    7036  815745   c7281 busybox_unstripped

"fake" support (with CONFIG_DESKTOP unset): ~45 bytes:
   text    data     bss     dec     hex filename
 797790     611    6996  805397   c4a15 busybox_old
 797834     611    6996  805441   c4a41 busybox_unstripped
debianutils/which.c
include/libbb.h
libbb/execable.c