Hi Rob,

On Mon, Apr 16, 2012 at 6:04 PM, Rob Landley <[email protected]> wrote:
> The uClibc install does this:
>
> build/host/tar --exclude=ld-uClibc.so.lds -c *.so.*

>From what I see in uClibc/Makefile.in, it does a bit different
thing (-cf - instead of -c):

$(TAR) --exclude=$(UCLIBC_LDSO_NAME).so.lds -cf - *.so.*

But anyway...

> And gets this:
>
> build/host/tar: invalid option -- '-'
> BusyBox v1.19.3 (2012-04-15 20:55:55 CDT) multi-call binary.

Tried in pristine busybox-1.19.3 tree:

make defconfig
make -j9
./busybox tar --exclude=ld-uClibc.so.lds -c M* >z.tar

and it worked.

Rob, please send your .config...

-- 
vda
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to