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 Fri, Jun 03, 2016 at 03:13:31PM -0300, Martin Galvan wrote:
> +py-const-files := $(patsubst %.pysym,%.py,$(gen-py-const-headers))
> +py-const-dir := $(objpfx)pretty-printers/

Does this work?  That will try to create
$build_dir/nptl/pretty-printers/*.  What you're looking for is just
objpfx.  In fact, if you set it to just current value of subdirs then
it should generate the file in the source directory, eliminating the
need to rebuild this file during every build.  It only needs to be
rebuilt when its %.pysym file changes.

Siddhesh


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