Re: Cross compiling coreutils and manpages

2014-11-07 Thread Christer Solskogen
On 07.11.2014 04:41, Mike Frysinger wrote: On 06 Nov 2014 22:36, Christer Solskogen wrote: Cross compiling coreutils *and* generate the manpages at the same time seems to be a hard thing to do. Is it possible to create them in any other way? unfortunately, current wisdom is this is working as

Re: Cross compiling coreutils and manpages

2014-11-07 Thread Mike Frysinger
On 07 Nov 2014 13:07, Christer Solskogen wrote: On 07.11.2014 04:41, Mike Frysinger wrote: On 06 Nov 2014 22:36, Christer Solskogen wrote: Cross compiling coreutils *and* generate the manpages at the same time seems to be a hard thing to do. Is it possible to create them in any other way?

Re: Cross compiling coreutils and manpages

2014-11-07 Thread Bernhard Voelker
On 11/07/2014 01:07 PM, Christer Solskogen wrote: Thanks, but mine still fails :/ name=`echo man/chroot.1 | sed 's|.*/||; s|\.1$||'` || exit 1; \ case $name in \ install) prog='ginstall'; argv=$name;;\ test)