gmake clean, not clean enough? - Mailing list pgsql-general

From Alfred Perlstein
Subject gmake clean, not clean enough?
Date
Msg-id 20000524205719.B28097@fw.wintelcom.net
Whole thread Raw
Responses Re: gmake clean, not clean enough?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
FYI:

Last night I had some serious problems starting up postgresql after
recompiling it after a gmake clean.

A gmake cleandist was needed to get me a compiled version that
would startup properly, otherwise I'd get an error about being
unable to get my shared memory (no space on device).

The exact sequence of events was:

had an already compiled 7.0.

did a cvsup, then cvs up

gmake clean; rm config.cache
configure --enable-debug --enable-cassert
gmake; gmake install

*poof*

doing a "gmake cleandist" then repeating the steps above fixed it.

I'm not a big autoconf user (in fact i'm pretty clueless about it :) )
but shouldn't the 'clean' target be safe?

thanks,
--
-Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org]
"I have the heart of a child; I keep it in a jar on my desk."

pgsql-general by date:

Previous
From: Lamar Owen
Date:
Subject: Re: Postgres Instability
Next
From: "Chris Chan"
Date:
Subject: Re: 7.0 installation problem, help please :-(