OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_0pre4-10-g96ce04c
Gerrit Code Review
gerrit@openafs.org
Fri, 9 Feb 2018 08:55:41 -0500
The following commit has been merged in the openafs-stable-1_8_x branch:
commit 96ce04c78b5f745424165494c9b76d7ce227eeaa
Author: Marcio Barbosa <mbarbosa@sinenomine.net>
Date: Mon Feb 5 21:16:17 2018 +0000
autoconf: detect ctf-tools and add ctf to libafs
CTF is a reduced form of debug information similar to DWARF and stab. It
describes types and function prototypes. The principal objective of the
format is to shrink the data size as much as possible so that it could
be included in a production environment. MDB, DTrace, and other tools
use CTF debug information to read and display structures correctly.
This commit introduces a new configure option called --with-ctf-tools.
This option can be used to specify an alternative path where the tools
can be found. If the path is not provided, the tools will be searched
in a set of default directories (including $PATH). The CTF debugging
information will only be included if the corresponding --enable-debug /
--enable-debug-kernel is specified.
Note: at the moment, the Solaris kernel module is the only module
benefited by this commit.
Reviewed-on: https://gerrit.openafs.org/12680
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 88cb536f99dc58fdbeb9fa6c47c26774241a0cb6)
Change-Id: I174347370a83b31f68d2631c965e17d72b438cd1
Reviewed-on: https://gerrit.openafs.org/12902
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
INSTALL | 7 +++++++
acinclude.m4 | 1 +
src/cf/ctf-tools.m4 | 30 ++++++++++++++++++++++++++++++
src/cf/summary.m4 | 4 ++++
src/config/Makefile.config.in | 32 ++++++++++++++++++++++++++++++++
src/libafs/MakefileProto.SOLARIS.in | 4 ++++
6 files changed, 78 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository