Peter Eisentraut <peter_e@gmx.net> writes:
> tgl@postgresql.org writes:
>> Seems like make clean or make distclean should clean out contrib
>> directories too, not only src and doc.
> 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.
Certainly distclean should clean out these directories, even if you
think that plain 'make clean' should not.
regards, tom lane