Re: how to do findutils cross-compilation for ARM platform?

2011-12-31 Thread Mike Frysinger
On Wednesday 28 December 2011 09:09:08 Eric Blake wrote: > On 12/25/2011 09:43 PM, chunrong lai wrote: > > I tried to build a ARM version of findutils in my ubuntu 10.10 (x86_64) > > with below commands > > ./configure CC=arm-linux-gnueabi-gcc CFLAGS="-g" \ > --build arm-cross-linux-gnueabi --hos

find.texi Texinfo fixes

2011-12-31 Thread Karl Berry
Here is another patch which inserts a bunch of missing @code's, @var's, etc. And there were several occurrences of a spurious (I presume) ":-" before example blocks, instead of just ":". I reformatted the paragraphs so the diff looks a lot bigger than it really is. More could be done, of course,

Re: -ls0

2011-12-31 Thread Karl Berry
Hi James, Thanks for the quick reply. Why not just use \0 in the format specification? Of course. That was the basic idea of what I was trying. Alternatively, emit the symlinks into a separate file with -fprintf. Yes, a viable and more reliable alternative. Only downside is that it's