pgsql: Fix distclean/maintainer-clean targets to remove top-level tmp_i

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix distclean/maintainer-clean targets to remove top-level tmp_i
Дата
Msg-id E1YsfRk-0007Si-Ni@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix distclean/maintainer-clean targets to remove top-level tmp_install dir.

The top-level makefile removes tmp_install in its "clean" target, but the
distclean and maintainer-clean targets overlooked that (and they don't
simply invoke clean, because that would result in an extra tree traversal).

While at it, let's just make sure that removing GNUmakefile itself is the
very last step of the recipe.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9660710e2f5bbbf1b18640fbc5edcceafe7a10ad

Modified Files
--------------
GNUmakefile.in |    3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix comment.
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: Additional functions and operators for jsonb