Re: Minor fix in 'clean' action of 'src/backend/Makefile'

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Minor fix in 'clean' action of 'src/backend/Makefile'
Дата
Msg-id 50E45E45.2090501@vmware.com
обсуждение исходный текст
Ответ на Minor fix in 'clean' action of 'src/backend/Makefile'  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
Ответы Re: Minor fix in 'clean' action of 'src/backend/Makefile'  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
On 02.01.2013 18:05, Fabrízio de Royes Mello wrote:
> Hi all,
>
> When we execute 'make clean' the file 'src/backend/replication/repl_gram.h'
>   is not removed.

That's on purpose. repl_gram.h is generated by bison, along with
repl_gram.c. Neither is removed by "make clean", because they're needed
in a distribution tarball. "make maintainer-clean" does remove them.

Hmm, looking closer though, repl_gram.h is not actually needed for
anything, though. We could just remove the -d flag from the bison
invocation and not build it to begin with. I'll go and do that..

- Heikki



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

Предыдущее
От: Boszormenyi Zoltan
Дата:
Сообщение: Big disconnect_and_exit cleanup in pg_basebackup
Следующее
От: Tom Lane
Дата:
Сообщение: Re: allowing multiple PQclear() calls