Re: Minor make bug on AIX - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Minor make bug on AIX
Date
Msg-id Pine.LNX.4.21.0011061904240.776-100000@peter.localdomain
Whole thread Raw
In response to Minor make bug on AIX  (Pete Forman <gsez020@kryten.bedford.waii.com>)
Responses Re: Minor make bug on AIX
List 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@gmx.net       http://yi.org/peter-e/


pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Kerberos v5 support
Next
From: Bruce Momjian
Date:
Subject: Re: Minor make bug on AIX