OpenAFS Master Repository branch, master, updated. 5bc9641620d8e1c56a4af6857cb4c79109c79194
Gerrit Code Review
gerrit@openafs.org
Mon, 20 Jul 2009 05:57:50 -0700 (PDT)
The following commit has been merged in the master branch:
commit 5bc9641620d8e1c56a4af6857cb4c79109c79194
Author: Felix Frank <Felix.Frank@Desy.de>
Date: Mon Jul 20 11:50:06 2009 +0200
Fixed out-of-tree builds.
The problems were
* wrong location of Makefile.version-CML
* lots of omissions of "$?" in favor of actual file names in Makefiles
* wrong dependencies in pam/Makefile.in
The latter now point to TOP_INCDIR. Still, ktc.c could not be built
from src/pam (buildtree), as include "..." would not work on generated
headers. Therefore, it uses include <...> where appropriate now.
Reviewed-on: http://gerrit.openafs.org/http://gerrit.openafs.org/155
Tested-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Reviewed-by: Simon Wilkinson <sxw@inf.ed.ac.uk>
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/afs/Makefile.in | 14 +++++++-------
src/auth/Makefile.in | 6 +++---
src/auth/ktc.c | 4 ++--
src/config/Makefile.in | 4 ++--
src/kopenafs/Makefile.in | 2 +-
src/pam/Makefile.in | 4 ++--
6 files changed, 17 insertions(+), 17 deletions(-)
--
OpenAFS Master Repository