Re: [PATCHES] Re: [HACKERS] Current source from CVS won't compile.

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Mike Mascari <mascarim(at)yahoo(dot)com>
Cc: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>, pgsql-hackers(at)postgreSQL(dot)org, pgsql-patches(at)postgreSQL(dot)org
Subject: Re: [PATCHES] Re: [HACKERS] Current source from CVS won't compile.
Date: 1999-10-26 16:28:48
Message-ID: 199910261628.MAA24170@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Applied. Thanks.

> Yes.
>
> This is my fault. Sorry. Attached is a patch which fixes the problem.
> I missed adding the rule to make parse.h to the Makefile for
> the ../backend/commands. It also allows for comments to be dropped
> using IS NULL as well as IS '';
>
> Again, sorry.
>
> Mike Mascari
> (mascarim(at)yahoo(dot)com)
>
> --- Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk> wrote:
> > Hi All,
> >
> > A make on a "cvs update" from this morning fails with the following
> > error message.
> >
> > make -C commands all
> > make[2]: Entering directory `/usr/local/pgsql/src/backend/commands'
> > make[2]: *** No rule to make target `../parse.h', needed by `comment.o'.
> > Stop.
> > make[2]: Leaving directory `/usr/local/pgsql/src/backend/commands'
> > make[1]: *** [commands.dir] Error 2
> > make[1]: Leaving directory `/usr/local/pgsql/src/backend'
> > make: *** [install] Error 2
> >
> > This looks to have been broken by the COMMENT patch.
> >
> > Keith
> >
> >
> > ************
> >
>
>
> =====
>
> __________________________________________________
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com
Content-Description: patchfile

[Attachment, skipping...]

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-10-26 16:31:33 Re: [HACKERS] Current source from CVS won't compile.
Previous Message Bruce Momjian 1999-10-26 16:25:34 Re: System indexes are never unique indexes( was RE: [HACKERS] mdnblocksis