|
From: Robert W. <rj...@du...> - 2006-01-17 02:58:12
|
I think I know why 'make distclean' isn't cleaning out the test
directories correctly. In the Makefile.am in memcheck/tests, I see
this:
DIST_SUBDIRS =3D ${VG_ARCH_ALL} .
However, I can't find VG_ARCH_ALL defined anywhere (it's mentioned in
the porting HOWTOs but seems to have disappeared from the sources.) If
this indeed has been removed, then the Makefile.am files need to be
updated with, perhaps, ${SUBDIRS} instead? If nobody complains, I'll
make this change and check it in.
Regards,
Robert.
--=20
Robert Walsh
Amalgamated Durables, Inc. - "We don't make the things you buy."
Email: rj...@du...
|
|
From: Robert W. <rj...@du...> - 2006-01-17 03:00:58
|
On Mon, 2006-01-16 at 18:58 -0800, Robert Walsh wrote:
> I think I know why 'make distclean' isn't cleaning out the test
> directories correctly. In the Makefile.am in memcheck/tests, I see
> this:
>=20
> DIST_SUBDIRS =3D ${VG_ARCH_ALL} .
>=20
> However, I can't find VG_ARCH_ALL defined anywhere (it's mentioned in
> the porting HOWTOs but seems to have disappeared from the sources.) If
> this indeed has been removed, then the Makefile.am files need to be
> updated with, perhaps, ${SUBDIRS} instead? If nobody complains, I'll
> make this change and check it in.
Never mind - Julian just fixed it in 5540.
Regards,
Robert.
--=20
Robert Walsh
Amalgamated Durables, Inc. - "We don't make the things you buy."
Email: rj...@du...
|
|
From: Julian S. <js...@ac...> - 2006-01-17 04:08:29
|
> On Mon, 2006-01-16 at 18:58 -0800, Robert Walsh wrote: > > I think I know why 'make distclean' isn't cleaning out the test > > directories correctly. [...] Ah, well spotted. I didn't realise this too had been caused by my VG_ARCH_ALL snafu. Oops. J |