|
From: Diego 'F. <fla...@gm...> - 2007-06-02 10:21:19
Attachments:
signature.asc
valgrind-trunk-srcdir.patch
|
While trying to test a build of valgrind trunk it failed on me because I was using a different builddir. The attached patch fixes this case. -- Diego "Flameeyes" Pettenò http://farragut.flameeyes.is-a-geek.org/ |
|
From: Josef W. <Jos...@gm...> - 2007-06-02 20:56:22
|
On Saturday 02 June 2007, Diego 'Flameeyes' Petten=C3=B2 wrote: > While trying to test a build of valgrind trunk it failed on me because > I was using a different builddir. The attached patch fixes this case. Oh, thanks. Directly above your change, there are similar relative paths to the one you fixed, e.g. CALLGRIND_SOURCES_PPC64 =3D ../cachegrind/cg-ppc64.c I wonder whether this also should be changed to CALLGRIND_SOURCES_PPC64 =3D $(top_srcdir)/cachegrind/cg-ppc64.c ? Or is automake automatically taking care of this because this is a *_SOURCES_* variable? Josef |
|
From: Diego 'F. <fla...@gm...> - 2007-06-02 21:19:28
Attachments:
signature.asc
|
On Sat, 2 Jun 2007 22:55:59 +0200 Josef Weidendorfer <Jos...@gm...> wrote: > Or is automake automatically taking care of this because this is a > *_SOURCES_* variable? These should be handled transparently, as automake adds both srcdir and builddir into VPATH for prerequisites (sources). --=20 Diego "Flameeyes" Petten=C3=B2 http://farragut.flameeyes.is-a-geek.org/ |