OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-724-g1a474ac
Gerrit Code Review
gerrit@openafs.org
Thu, 10 Feb 2011 20:10:21 -0800 (PST)
The following commit has been merged in the master branch:
commit 1a474ac28719c1b2187435de117a87c8dcca8bd9
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Wed Feb 9 19:37:18 2011 +0000
util: Actually install thread_pool_types.h
The action portion of the rule for thread_pool_types.h was missing,
so the file was never installed. As that file is a dependency for the
whole of the util directory, it would result in util being completely
rebuild with every make invocation.
Add the missing installation rule, so we don't rebuild quite so often!
Change-Id: Idb201c239b6b37a25567cf231059ef05536fc258
Reviewed-on: http://gerrit.openafs.org/3921
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/util/Makefile.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository