Re: patch to fix client only builds

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: patch to fix client only builds
Дата
Msg-id b42b73150811170850o75b781aeu28deddd905447386@mail.gmail.com
обсуждение исходный текст
Ответ на Re: patch to fix client only builds  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: patch to fix client only builds  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: patch to fix client only builds  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Thu, Nov 6, 2008 at 12:45 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "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/parser keywords.o
>

Noticed another issue with 'client only' type installs in the
Makefile.  Shouldn't make install on libpq install postgres_ext.h in
addition to the interface headers?

install: all installdirs install-lib $(INSTALL_DATA) $(srcdir)/libpq-fe.h '$(DESTDIR)$(includedir)' $(INSTALL_DATA)
$(srcdir)/libpq-events.h'$(DESTDIR)$(includedir)' $(INSTALL_DATA) $(srcdir)/libpq-int.h
'$(DESTDIR)$(includedir_internal)'$(INSTALL_DATA) $(srcdir)/pqexpbuffer.h '$(DESTDIR)$(includedir_internal)'
$(INSTALL_DATA)$(srcdir)/pg_service.conf.sample
 
'$(DESTDIR)$(datadir)/pg_service.conf.sample'

merlin


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: Block-level CRC checks
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Block-level CRC checks