Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> tgl(at)postgresql(dot)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
In response to
Responses
pgsql-committers by date
| Next: | From: tgl | Date: 2000-12-05 19:15:10 |
| Subject: pgsql/src/include/rewrite (rewriteManip.h) |
| Previous: | From: Peter Eisentraut | Date: 2000-12-04 19:16:08 |
| Subject: Re: pgsql (GNUmakefile.in) |