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

Re: running 'make check' when builddir != srcdir

From: Mo DeJong <supermo_at_bayarea.net>
Date: 2002-01-16 19:36:47 CET

On 17 Jan 2002 01:02:08 +0000
Philip Martin <philip@codematters.co.uk> wrote:

> Hello
>
> I really prefer using builddir != srcdir.

Good luck getting that one fixed. I posted the following patch some time ago:

http://subversion.tigris.org/servlets/ReadMsg?msgId=43993&listName=dev

My patch never got applied, I assume because it used a tmp file named srcdir
to store the name of the srcdir. Before this feature was broken, it used an
approach that passed the srcdir on the command line. But, that was removed
for some reason.

As far as the chmod goes, it is no loner needed since sh scripts are being run via:

runprog="$(SHELL) $$progbase" ; \

cheers
Mo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:56 2006

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.