Re: [HACKERS] Skip unneeded temp file in 'make html'

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] Skip unneeded temp file in 'make html'
Дата
Msg-id 5ff8239d-200e-c49f-f051-3f7546a944d4@2ndquadrant.com
обсуждение исходный текст
Ответ на [HACKERS] Skip unneeded temp file in 'make html'  (David Fetter <david@fetter.org>)
Ответы Re: [HACKERS] Skip unneeded temp file in 'make html'
Список pgsql-hackers
On 11/2/17 22:07, David Fetter wrote:
>  postgres.xml: $(srcdir)/postgres.sgml $(ALLSGML)
> -    $(OSX) $(SPFLAGS) $(SGMLINCLUDE) -x lower $< >$@.tmp
> -    $(call mangle-xml,book)
> +    $(OSX) $(SPFLAGS) $(SGMLINCLUDE) -x lower $< | $(call mangle-xml,book)

The reason why it's not done that way is that this would not catch
errors of the command before the pipe.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

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

Предыдущее
От: Antonin Houska
Дата:
Сообщение: Re: [HACKERS] WIP: Aggregation push-down
Следующее
От: David Fetter
Дата:
Сообщение: Re: [HACKERS] Skip unneeded temp file in 'make html'