| From: | Pete Forman <gsez020(at)kryten(dot)bedford(dot)waii(dot)com> |
|---|---|
| To: | pgsql-patches(at)postgresql(dot)org |
| Subject: | Minor make bug on AIX |
| Date: | 2000-11-06 16:59:08 |
| Message-ID: | 14854.58204.411682.594762@kryten.bedford.waii.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches |
============================================================================
POSTGRESQL BUG REPORT TEMPLATE
============================================================================
Your name : Pete Forman
Your email address : pete(dot)forman(at)westgeo(dot)com
System Configuration
---------------------
Architecture (example: Intel Pentium) : RS6000 POWER3
Operating System (example: Linux 2.0.26 ELF) : AIX 4.3.2
PostgreSQL version (example: PostgreSQL-7.0): PostgreSQL-7.0.3
Compiler used (example: gcc 2.8.0) : xlc 3.6.6
Please enter a FULL description of your problem:
------------------------------------------------
"gmake" with no arguments fails. postgres.imp is made before objects
that it depends on. "gmake all" works.
Please describe a way to repeat the problem. Please try to provide a
concise reproducible example, if at all possible:
----------------------------------------------------------------------
gmake
If you know how this problem might be fixed, list the solution below:
---------------------------------------------------------------------
Makefile.ports (copied from makefiles/Makefile.aix) is included before
the default target in GNUmakefile is reached. This patch calls that
default target.
| Attachment | Content-Type | Size |
|---|---|---|
| makefile_aix.patch | text/plain | 349 bytes |
| unknown_filename | text/plain | 277 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2000-11-06 17:05:01 | Re: Kerberos v5 support |
| Previous Message | Garrett Wollman | 2000-11-06 16:56:22 | Kerberos v5 support |