[Clfs-dev] Coreutils 8.21

Martin Ward macros_the_black at ntlworld.com
Mon Jun 3 13:54:33 PDT 2013


On 03/06/13 21:43, William Harrington wrote:
>
> On Jun 3, 2013, at 2:55 PM, Martin Ward wrote:
>
>> @HAVE_PERL_FALSE at run_help2man = $(SHELL) $(srcdir)/man/dummy-man
>> @HAVE_PERL_TRUE at run_help2man = $(PERL) -- $(srcdir)/man/help2man
>
> I removed the FALSE line both lines and still get the same issue with 
> coreutils.

I think i should have been a little clearer, after running configure you get

#run_help2man = $(SHELL) $(srcdir)/man/dummy-man
run_help2man = $(PERL) -- $(srcdir)/man/help2man

i just swapped them round to read


run_help2man = $(SHELL) $(srcdir)/man/dummy-man
#run_help2man = $(PERL) -- $(srcdir)/man/help2man

which went through ok
> Touching all of the files works. Maybe that is what we should do. Can 
> replace the current two touches at the beginning to the for done loop 
> I posted earlier.
> Still puzzled how to get it to stop making the dummy files by editing 
> Makefile.in. Perhaps the issue with gcc wasn't as complicated.
>
> Sincerely,
>
> William Harrington
>
>
> _______________________________________________
> Clfs-dev mailing list
> Clfs-dev at lists.cross-lfs.org
> http://lists.cross-lfs.org/listinfo.cgi/clfs-dev-cross-lfs.org
Sorry for confusion

martin



More information about the Clfs-dev mailing list