[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Suggestion: Short option for --no-ignore (RESEND)

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-06-18 11:37:28 CEST

On Wed, Jun 18, 2003 at 08:13:24AM +0100, Max Bowsher wrote:
> Robert Pluim wrote:
[snip]
> > In that case it might be better to build in a different directory
> > than your source[1], in which case your cleanup tool becomes 'rm'.
> >
> > Robert
> >
> > Footnotes:
> > [1] If your build env supports it of course ;-)
>
> And there, of course, is the issue.
>
> You cannot, for example, have autoconf/automake/libtool put their
> files into a seperate tree. Generated .c files (e.g. bison) usually
> get put in the source tree as well.
[snip]

I sometimes do:
$ cp -lR blah blah-build (-l creates hard links)
$ cd blah-build
$ ./autogen.sh
[...]
$ cd ..
$ rm -rf blah-build (-f needed if this is a Subversion wc)

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 18 11:38:22 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.