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 v7] Add pretty printers for the NPTL lock types


On Wed, Jun 08, 2016 at 04:19:28PM +0000, Joseph Myers wrote:
> No, that's only if
> 
> (a) it's required in order to run configure; or

It is not required to run configure.

> (b) it involves build tools that are not otherwise required in the build 
> process.

The file is generated using awk, so that's not the case either.

> And it can only be done if the file has no system dependencies.  Is that 
> the case here?

The generated file in this case has no system dependencies, so I guess
I misunderstood this as being standard glibc practice.  I also
misremembered some stuff I had implemented in the past
(posix-conf-vars for example) as writing into the source directory
instead of the build directory.  I'll fix up Martin's patch to switch
back to generating in $build_dir/nptl/.

Siddhesh


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