Re: Building storage/lwlocknames.h?

From: Andres Freund <andres(at)anarazel(dot)de>
To: Christoph Berg <myon(at)debian(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Building storage/lwlocknames.h?
Date: 2015-09-16 20:19:55
Message-ID: 20150916201955.GJ2086@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message ktm@rice.edu 2015-09-16 20:29:23 Re: Reliance on undefined behaviour in << operator
Previous Message Robert Haas 2015-09-16 20:10:53 Re: Parallel Seq Scan