Thread: pgsql: Don't build the win32 support files in the all target, only in

pgsql: Don't build the win32 support files in the all target, only in

From
petere@postgresql.org (Peter Eisentraut)
Date:
Log Message:
-----------
Don't build the win32 support files in the all target, only in distprep and
when they are actually needed as prerequisites.

Modified Files:
--------------
    pgsql/src:
        Makefile.shlib (r1.112 -> r1.113)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib?r1=1.112&r2=1.113)
    pgsql/src/interfaces/libpq:
        Makefile (r1.162 -> r1.163)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile?r1=1.162&r2=1.163)

Re: pgsql: Don't build the win32 support files in the all target, only in

From
Andrew Dunstan
Date:

This appears to have broken Win32 Mingw builds - see
http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=dawn_bat&dt=2008-02-26%2007:00:01

cheers

andrew

Peter Eisentraut wrote:
> Log Message:
> -----------
> Don't build the win32 support files in the all target, only in distprep and
> when they are actually needed as prerequisites.
>
> Modified Files:
> --------------
>     pgsql/src:
>         Makefile.shlib (r1.112 -> r1.113)
>         (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/Makefile.shlib?r1=1.112&r2=1.113)
>     pgsql/src/interfaces/libpq:
>         Makefile (r1.162 -> r1.163)
>         (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile?r1=1.162&r2=1.163)
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
>

Re: pgsql: Don't build the win32 support files in the all target, only in

From
"Hiroshi Saito"
Date:
Oops, and need this patch..
please check it.

make[2]: Entering directory `/home/hiroshi/pgsql/src/timezone'
make[2]: *** No rule to make target `|', needed by `objfiles.txt'.  Stop.
make[2]: Leaving directory `/home/hiroshi/pgsql/src/timezone'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/hiroshi/pgsql/src'
make: *** [all] Error 2

I checked MinGW and FreeBSD.

Regards,
Hiroshi Saito

----- Original Message -----
From: "Peter Eisentraut" <petere@postgresql.org>


> Log Message:
> -----------
> Don't build the win32 support files in the all target, only in distprep and
> when they are actually needed as prerequisites.

Attachment

Re: pgsql: Don't build the win32 support files in the all target, only in

From
Bruce Momjian
Date:
FYI, this has been fixed, but in a different way that you suggested.

---------------------------------------------------------------------------

Hiroshi Saito wrote:
> Oops, and need this patch..
> please check it.
>
> make[2]: Entering directory `/home/hiroshi/pgsql/src/timezone'
> make[2]: *** No rule to make target `|', needed by `objfiles.txt'.  Stop.
> make[2]: Leaving directory `/home/hiroshi/pgsql/src/timezone'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/home/hiroshi/pgsql/src'
> make: *** [all] Error 2
>
> I checked MinGW and FreeBSD.
>
> Regards,
> Hiroshi Saito
>
> ----- Original Message -----
> From: "Peter Eisentraut" <petere@postgresql.org>
>
>
> > Log Message:
> > -----------
> > Don't build the win32 support files in the all target, only in distprep and
> > when they are actually needed as prerequisites.
[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +

Re: pgsql: Don't build the win32 support files in the all target, only in

From
"Hiroshi Saito"
Date:
Hi.

----- Original Message -----
From: "Bruce Momjian" <bruce@momjian.us>

>
> FYI, this has been fixed, but in a different way that you suggested.

Yeah, it is very good condition CVS-HEAD now:-)
Thanks!!

Regards,
Hiroshi Saito