Hi Rob ! > build/host/tar --exclude=ld-uClibc.so.lds -c *.so.* > build/host/tar: invalid option -- '-'
Did you disable the long option support in your Busybox binary? On my glibc based Busybox without long options I get exactly this behavior, but with a long option enabled binary/tar the exclude works as expected. -- Harald _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
