OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2079-g2caf077
Gerrit Code Review
gerrit@openafs.org
Sun, 8 Jan 2012 18:16:16 -0800 (PST)
The following commit has been merged in the master branch:
commit 2caf0778ddeb6eeb854360cac20c6b3f0894f3eb
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date: Fri Jan 6 17:22:35 2012 -0500
libuafs: only rebuild h directory when needed
A few changes to allow a "make all ; sudo make install ; make all..."
workflow to work without manually removing files in between.
Make the rebuilding of the h directory dependent on the source
files scanned to build it. This prevents it from being rebuilt
for every "make install".
While we're here, use -f when removing linktest for the clean target.
This allows "make clean" to remove it without prompting when the user
doesn't have write access to the file, as is the case when make install
rebuilds it as root.
Change-Id: I45b34ad41560ef8c905e6be4201fa438a3cc7bc3
Reviewed-on: http://gerrit.openafs.org/6519
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
src/libuafs/Makefile.common.in | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository