Re: pgsql: meson: add install-{quiet, world} targets

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: pgsql: meson: add install-{quiet, world} targets
Дата
Msg-id ZB8331v5IhUA/pNu@telsasoft.com
обсуждение исходный текст
Ответ на Re: pgsql: meson: add install-{quiet, world} targets  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: meson: add install-{quiet, world} targets  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
On Sat, Mar 25, 2023 at 11:03:10AM -0700, Andres Freund wrote:
> Hi,
> 
> On 2023-03-25 12:51:32 -0500, Justin Pryzby wrote:
> > On Fri, Mar 24, 2023 at 04:30:52AM +0000, Andres Freund wrote:
> > > meson: add install-{quiet, world} targets
> > 
> >  if docs.length() == 0
> >    run_target('docs', command: [missing, 'xsltproc'])
> >  else
> >    alias_target('docs', docs)
> > +  alias_target('install-docs', installdocs)
> >  endif
> > 
> > This fails to handle installdocs.length() == 0
> 
> You mean in the sense of causing a failure in meson, or not providing the
> install-docs target? For the latter: Yea. I wasn't sure what the behaviour

The former, I guess.  I was going to look into the windows python header
warnings, but the configure step failed like:

[17:27:16.781] doc\src\sgml\meson.build:327:2: ERROR: alias_target takes at least 2 arguments, but got 1.



В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: meson: add install-{quiet, world} targets
Следующее
От: Jeff Davis
Дата:
Сообщение: pgsql: Fix abbreviated keys bug introduced in d87d548cd03.