Re: cvsignore - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: cvsignore
Date
Msg-id 200401241143.47702.peter_e@gmx.net
Whole thread Raw
In response to Re: cvsignore  (Dennis Bjorklund <db@zigo.dhs.org>)
Responses Re: cvsignore
vpath build (was Re: cvsignore)
List pgsql-hackers
Dennis Bjorklund wrote:
> One advantage of this is that you can do "cvs diff > foo.patch" and
> get a patch file without a lot of garbage.

Maybe you would be happier if you build outside the source tree.  Do

cd ..
mkdir pgbuild
cd pgbuild
../pgsql/configure --prefix.......
make
make install

Then to make a diff, go back

cd ../pgsql
cvs diff

and you won't have any built files in your way.



pgsql-hackers by date:

Previous
From: Dennis Bjorklund
Date:
Subject: Re: cvsignore
Next
From: Dennis Bjorklund
Date:
Subject: Re: cvsignore