Re: Minor make bug on AIX

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Pete Forman <gsez020(at)kryten(dot)bedford(dot)waii(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Minor make bug on AIX
Date: 2000-11-06 18:06:12
Message-ID: Pine.LNX.4.21.0011061904240.776-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Pete Forman writes:

> "gmake" with no arguments fails. postgres.imp is made before objects
> that it depends on. "gmake all" works.

> Makefile.ports (copied from makefiles/Makefile.aix) is included before
> the default target in GNUmakefile is reached. This patch calls that
> default target.

It would be better to just mention the target 'all:' near the top of
Makefile.global.

This is fixed in current sources, in case someone pondered applying the
patch there, too.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2000-11-06 18:07:02 Re: Minor make bug on AIX
Previous Message Bruce Momjian 2000-11-06 17:05:01 Re: Kerberos v5 support