Re: HEAD build failure on win32 mingw

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org, Andrew Dunstan <andrew(at)dunslane(dot)net>, Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>, ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Subject: Re: HEAD build failure on win32 mingw
Date: 2008-11-22 17:18:02
Message-ID: 28485.1227374282@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera <alvherre(at)commandprompt(dot)com> writes:
> According to Stefan Kaltenbrunner, who took the time to delve into
> developer.pg.org guts, the script used to generate the snapshots looks
> like this

> /usr/bin/cvs -q export -rREL8_3_STABLE pgsql
> cd pgsql
> ./configure
> cd doc/src
> gmake postgres.tar.gz
> mv postgres.tar.gz ..
> gmake postgres.tar.gz
> mv postgres.tar.gz ..
> gmake man.tar.gz
> mv man.tar.gz ..
> cd sgml
> gmake HISTORY INSTALL
> mv -f HISTORY INSTALL ../../..
> cd ../../..
> gmake VERSION=snapshot dist
> gmake maintainer-clean

That can't be the right script --- the final "maintainer-clean" would
wipe out all the derived files made by the dist step. Also, it's
*definitely* not the script being used to generate HEAD-branch
snapshots ...

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2008-11-22 17:38:48 Re: HEAD build failure on win32 mingw
Previous Message Alvaro Herrera 2008-11-22 14:18:00 Re: HEAD build failure on win32 mingw