OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1441-ge49bf68
Gerrit Code Review
gerrit@openafs.org
Sat, 23 Jul 2011 14:22:41 -0700 (PDT)
The following commit has been merged in the master branch:
commit e49bf687fe548f8addb7f1282a7c23261a55c34a
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Sun Jul 10 13:54:20 2011 +0100
util: Cleanup generation of dirpath.h
dirpath.h is only copied into place if it has changed. However, this
means that the timestamp of dirpath.h is never updated, causing make to
always trigger the buildrule, even if the rule eventually does nothing.
Instead, always copy in the new dirpath.h, which simplifies the make
rules, and stops make from always building.
Change-Id: I43ba9152473591c5afd9064ad6e58adda6823f11
Reviewed-on: http://gerrit.openafs.org/5084
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/util/Makefile.in | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository