Re: Building storage/lwlocknames.h? - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Building storage/lwlocknames.h?
Date
Msg-id 20150916201955.GJ2086@alap3.anarazel.de
Whole thread Raw
In response to Building storage/lwlocknames.h?  (Christoph Berg <myon@debian.org>)
Responses Re: Building storage/lwlocknames.h?  (Christoph Berg <myon@debian.org>)
List pgsql-hackers
On 2015-09-16 22:10:00 +0200, Christoph Berg wrote:
> Can we have a "submake-lwlocknames" build target like there already is
> for submake-errcodes? Reading the Makefile I could not see how to
> manually trigger this individually.

> stamp/build-py3: stamp/configure-build-py3
>         $(MAKE) -C build-py3/src/backend/ submake-errcodes

Not perfect, but
$(MAKE) -C build-py3/src/backend/ storage/lmgr/lwlocknames.h
ought to work.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Parallel Seq Scan
Next
From: "ktm@rice.edu"
Date:
Subject: Re: Reliance on undefined behaviour in << operator