Re: patch to fix client only builds

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: patch to fix client only builds
Дата
Msg-id 1728.1225993533@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: patch to fix client only builds  ("Merlin Moncure" <mmoncure@gmail.com>)
Ответы Re: patch to fix client only builds  ("Merlin Moncure" <mmoncure@gmail.com>)
Список pgsql-hackers
"Merlin Moncure" <mmoncure@gmail.com> writes:
> IMO, the client only build should be fixed, so we can:
> *) put the makefile hack I proposed in
> *) implement the keywords.c change suggested above
> *) set up backend/parser symlink from different/additional place.

The last of these seems the correct fix.  A minimal change would be
something like
 submake-backend:
+    $(MAKE) -C $(top_builddir)/src/backend $(top_builddir)/src/include/parser/gram.h     $(MAKE) -C
$(top_builddir)/src/backend/parserkeywords.o
 

(in at least three different Makefiles: pg_dump, psql, scripts).  But I
can't help feeling that some Makefile-refactoring seems called for here.
Peter, what do you think?
        regards, tom lane


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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: patch to fix client only builds
Следующее
От: Tom Lane
Дата:
Сообщение: Re: My review for the patch "Table command"