BusyBox for OSX Status

2018-01-30 Thread LarryL
Hi, Q: How can the latest BusyBox SRC compile for OS X? . . .I can only find outdated references: https://github.com/daliworks/busybox-osx + +BusyBox for OSX. To compile: + +``` +> brew install gnu-sed +> cp configs/osx_defconfig .config && make +``` + + Kind Regards, L

[PATCH] cp: implement -T

2018-01-30 Thread Aaro Koskinen
Implement "cp -T". Some Linux kernel Makefiles started using this recently, so allow also building on systems using busybox cp. Signed-off-by: Aaro Koskinen --- coreutils/cp.c | 10 -- include/libbb.h | 7 --- 2 files changed, 12 insertions(+), 5 deletions(-)

Re: [PATCH] ash: make bash_source command search current directory after PATH

2018-01-30 Thread Denys Vlasenko
On Tue, Jan 30, 2018 at 4:31 AM, Mike Frysinger wrote: > On 30 Jan 2018 04:00, Denys Vlasenko wrote: >> On Mon, Jan 29, 2018 at 7:50 PM, Mike Frysinger wrote: >> >> I still wonder how on Earth Android filesystem ended up not having >> >> /bin/sh. >> >> No one at Google

Re: [PATCH] ash: make bash_source command search current directory after PATH

2018-01-30 Thread Bernd Petrovitsch
On Mon, 2018-01-29 at 09:16 +0800, Kang-Che Sung wrote: > On Mon, Jan 29, 2018 at 2:51 AM, Bernd Petrovitsch > wrote: > > On Fri, 2018-01-26 at 15:15 +0100, Denys Vlasenko wrote: > > > On Fri, Jan 26, 2018 at 9:34 AM, Paul Otto wrote: > > > > [...] >