BUG #13220: make uninstall removes man pages not belonging to PostgreSQL

Поиск
Список
Период
Сортировка
От mario@mariovaldez.org
Тема BUG #13220: make uninstall removes man pages not belonging to PostgreSQL
Дата
Msg-id 20150503031903.2658.13432@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #13220: make uninstall removes man pages not belonging to PostgreSQL  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13220
Logged by:          Mario Valdez
Email address:      mario@mariovaldez.org
PostgreSQL version: 9.4.1
Operating system:   Linux
Description:

Executing the command "make uninstall" will remove all man pages in the
DESTDIR/man1 and DESTDIR/man3 directories, even if there are files there
from other programs. For example, if your DESTDIR is set to "/usr", man
pages will be copied to /usr/man1 and /usr/man3, and if you run "make
uninstall" all the man1 and man3 pages will be gone.

The greediness of the unistall command only affects the man pages Makefile
(doc/src/sgml/Makefile), all other Makefiles seems to delete only what was
installe, no more, no less.


Regards,

Mario Valdez

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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: Failure to coerce unknown type to specific type
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Re: BUG #12990: Missing pg_multixact/members files (appears to have wrapped, then truncated)