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

Поиск
Список
Период
Сортировка
От Chris Campbell
Тема Re: CVS Commit by dpage: Since the autotools for some reason refuse to strip
Дата
Msg-id 101f48a8e5b55b76c6605eed3dbc77c4@bignerdranch.com
обсуждение исходный текст
Ответ на CVS Commit by dpage: Since the autotools for some reason refuse to strip  (cvs@developer.pgadmin.org)
Список pgadmin-hackers
You can leave the executable named "pgadmin3". Just put the following
in the Info.plist:

    <key>CFBundleExecutable</key>
    <string>pgadmin3</string>

- Chris

On Apr 14, 2005, at 12:20, cvs@developer.pgadmin.org wrote:

> 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)
>
> <cvs-2005414162046-diff.txt>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
>                http://archives.postgresql.org

Вложения

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

Предыдущее
От: OpenMacNews
Дата:
Сообщение: pgadmin3 + wxwidgets-cvs (v2.6) ; dies in 'install-exec-hook"
Следующее
От: Chris Campbell
Дата:
Сообщение: Re: [PATCH] acinclude.m4 fixes for wx 2.6, wx-nondebug, postgres-ssl and others