Re: What is the build strategy between make and meson?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What is the build strategy between make and meson?
Дата
Msg-id 2814142.1759983649@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: What is the build strategy between make and meson?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: What is the build strategy between make and meson?
Список pgsql-hackers
I wrote:
> Chao Li <li.evan.chao@gmail.com> writes:
>> The other problem I encountered is that, when unicode map files are regenerated, “make” won’t auto rebuild
corresponding.o and lib files, but ninja does. That means “Makefile” has something to fix. But given ninja works,
should“Makefile” still be fixed? 

> Probably.

BTW, did you use --enable-depend with configure?  If that fixes
the problem then there is no bug.  This is another philosophical
difference: autoconf lets you say whether to spend the overhead
to track build dependencies, meson/ninja does it always.  It might
be that --enable-depend isn't enough to capture this dependency,
in which case that's a bug worth fixing.

            regards, tom lane



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