CVS Commit by dpage: Since the autotools for some reason refuse to strip

Поиск
Список
Период
Сортировка
От cvs@developer.pgadmin.org
Тема CVS Commit by dpage: Since the autotools for some reason refuse to strip
Дата
Msg-id 200504141620.j3EGKkHw010227@developer.pgadmin.org
обсуждение исходный текст
Ответы Re: CVS Commit by dpage: Since the autotools for some reason refuse to strip  (Chris Campbell <chris@bignerdranch.com>)
Список pgadmin-hackers
Log Message:
-----------
Since the autotools for some reason refuse to strip the binary (although it should
be stripped, according to "info automake"), I added a strip command to install-exec-hook.
The rename from pgadmin3 to pgAdmin3 is now in two stepts - first to tmp, then to pgAdmin3,
since some Version of OSX don't seem to like "mv a A".

greetings, Florian Pflug

Modified Files:
--------------
    pgadmin3:
        acinclude.m4 (r1.46 -> r1.47)
    pgadmin3/src:
        Makefile.am (r1.103 -> r1.104)


Вложения

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

Предыдущее
От: "Florian G. Pflug"
Дата:
Сообщение: [PATCH] Strip binary on OSX when not configured with --enable-debug
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: [PATCH] Strip binary on OSX when not configured with --enable-debug