Re: Problem with r32409 (fix for 'BSD make' compatibility).
From: Stefan Sperling <stsp_at_elego.de>
Date: Thu, 28 Aug 2008 00:04:12 +0200
On Wed, Aug 27, 2008 at 02:25:00PM -0400, Karl Fogel wrote:
Thanks for looking at this :)
> Hmmm. So we've stopped including "$(top_builddir)/" as a prefix to
As far as I can tell, case 2 is true:
$ svn cat https://svn.collab.net/repos/svn/trunk/Makefile.in \
To me, it looks like top_builddir is indeed just hardcoded to a dot.
'svn blame Makefile.in' says top_builddir has been around at least
1 svn top_builddir = .
So if nothing else breaks when it's removed, I'd say let's remove it.
The only case I can think of where top_builddir could be something
cd /tmp && make -f ~/svn/Makefile
In which case we'd have to be a bit smarter about setting top_builddir.
Stefan
---------------------------------------------------------------------
|
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.