bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Final point in new option of join


From: Pádraig Brady
Subject: Re: Final point in new option of join
Date: Fri, 12 Feb 2010 16:45:20 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1

Related to checking man pages I noticed this error:

~/git/coreutils/man$ make check-programs-vs-x
  GEN    check-programs-vs-x
missing libstdbuf.so.x
make: *** [check-programs-vs-x] Error 1

"check-programs-vs-x" is called with "distcheck-hook"
so I'm unsure of exactly why this failure is not being triggered.
Anyway this should fix it:

diff a/src/Makefile.am b/src/Makefile.am
 all_programs.list:
        @echo $(all_programs) | tr ' ' '\n' | sed -e 's,$(EXEEXT)$$,,' \
+         | sed /libstdbuf/d \
          | $(ASSORT) -u

I was also wondering about calling "check-programs-vs-x"
from syntax-check instead of dist-check?

cheers,
Pádraig.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]