This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v3 01/19] Avoid race conditions when rebuilding librt.so


On Tue, 26 Dec 2017, Palmer Dabbelt wrote:

> `make check' sometimes triggers a rebuild of librt.so using
> nptl/Makefile, which ignores librt's dependence on libpthread.  This
> causes the build to blow up when we attempt to run the test suite on
> RISC-V.

OK, please commit, fixed as noted (with an appropriate ChangeLog entry, of 
course).

> +# `make check' sometimes triggers a rebuild of librt.so using this Makefile,

Should use neutral vertical quotes now in all new comments, 'make check', 
not `'.

> +# which ignores librt's dependence on libpthread

Need '.' at end of comment.

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]