Re: pgsql (GNUmakefile.in) - Mailing list pgsql-committers

From Peter Eisentraut
Subject Re: pgsql (GNUmakefile.in)
Date
Msg-id Pine.LNX.4.30.0012052310040.777-100000@peter.localdomain
Whole thread Raw
In response to Re: pgsql (GNUmakefile.in)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Tom Lane writes:

> > Theoretically 'make clean' should clean out what was build by 'make all',
> > but no more.  Not sure about this one...
>
> Counterexample: src/test/regress is cleaned by 'make clean', but not
> built by 'make all'.  I think contrib should behave the same.

That's because 'make check' is an exception since you're supposed to run
that as part of the normal installation procedure.

However, the point is that contrib should be separated from the "real"
source.  Perhaps the makefiles aren't even functioning.  Are we going to
guarantee that?  Maybe we should, but it wasn't the case in the past.
And then what's contrib for?

> Certainly distclean should clean out these directories, even if you
> think that plain 'make clean' should not.

distclean = clean + rm config.status output -- theoretically again :)

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql (GNUmakefile.in)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/utils/mmgr (aset.c)