OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-448-g3bc03e7

Gerrit Code Review gerrit@openafs.org
Fri, 30 Aug 2019 02:30:10 -0400


The following commit has been merged in the master branch:
commit 3bc03e7a5f8ef521e71a30cb8e66e07e2d1b4605
Author: Andrew Deason <adeason@dson.org>
Date:   Sun Jun 23 17:48:53 2019 -0500

    libafs: Create debug KMODDIR for FBSD debug inst
    
    Commit 99418024 (libafs: Create $(DESTDIR)$(KMODDIR) on FBSD inst)
    made it so we create the kmod installation dir before copying our
    module into it. However, if we build a 'debug' variant of our module,
    the FreeBSD build process also installs debug symbols in a different
    directory, ${DESTDIR}${KERN_DEBUGDIR}${KMODDIR}, which may not exist.
    So do the same thing for that dir too, if --enable-debug-kernel is
    turned on, so the build still works.
    
    To do this, introduce the LIBAFS_REQ_DIRS var, to make it easier to
    keep track of which dirs we may need to create.
    
    Change-Id: Id1ad72f6c19d5949d38ee97334b4014ae6ef16ad
    Reviewed-on: https://gerrit.openafs.org/13690
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: Andrew Deason <adeason@sinenomine.net>

 src/libafs/MakefileProto.FBSD.in |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository