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

From: cvs(at)developer(dot)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: CVS Commit by dpage: Since the autotools for some reason refuse to strip
Date: 2005-04-14 16:20:46
Message-ID: 200504141620.j3EGKkHw010227@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Attachment Content-Type Size
cvs-2005414162046-diff.txt text/plain 1.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-04-14 16:21:17 Re: [PATCH] Strip binary on OSX when not configured with --enable-debug
Previous Message Florian G. Pflug 2005-04-14 16:08:32 [PATCH] Strip binary on OSX when not configured with --enable-debug