OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-394-g6d5c187
Gerrit Code Review
gerrit@openafs.org
Thu, 11 Nov 2010 12:43:00 -0800 (PST)
The following commit has been merged in the master branch:
commit 6d5c1873b5d62539f355e361d8c0eb0377375b44
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Jul 29 17:02:38 2010 -0500
Fix util test dependencies
The test programs in tests/util did not depend on libutil.a or
libtap.a. So, if libutil.a changed, they were not relinked. Add the
dependencies so correcting a part of libutil will cause the tests to
actually reflect the change.
Change-Id: Iad9d15ef6affd8178d7ef7cb919f66dcce8c61da
Reviewed-on: http://gerrit.openafs.org/2484
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
tests/util/Makefile.in | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository