Re: pgsql (GNUmakefile.in)

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql (GNUmakefile.in)
Дата
Msg-id Pine.LNX.4.30.0012052310040.777-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: pgsql (GNUmakefile.in)  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql (GNUmakefile.in)
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/utils/mmgr (aset.c)