Re: .cvsignore update...

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: .cvsignore update...
Дата
Msg-id 200405270726.05256.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: .cvsignore update...  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: .cvsignore update...  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-patches
Christopher Kings-Lynne wrote:
> > If you like to live dangerously and not make distclean before you
> > cvs update, then use a vpath build (separate build tree).  There's
> > no reason to have to maintain a large set of .cvsignore files.
>
> How does one do a vpatch build?  (I live dangerously)

cd /else/where
mkdir pgbuild (or whatever)
cd pgbuild
../../../where/ever/pgsql/configure
make
make install

This basically separates the built files from the source files.  So when
you do a CVS update and you forgot to clean beforehand, then you can
just delete the directory.

Then again, the really recommended way to "live dangerously" is to use
--enable-depend.  This should always be safe except when there are
major reorganizations in the source tree.  (Some people don't trust
this, but I do.)



В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Relocatable locale
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Relocatable locale