OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-11-g117c35e

Gerrit Code Review gerrit@openafs.org
Thu, 6 May 2021 00:31:33 -0400


The following commit has been merged in the master branch:
commit 117c35e62091588d90c8745c2a16bc205b06c564
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Mon May 3 10:14:37 2021 -0600

    auth_depinstall: Add rxgk_depinstall as dependency
    
    In a clean workspace, a 'make libuafs' fails to build due a missing
    header file 'rx/rxgk_types.h' since the file rxgk_types.h was not
    installed in the includes directory.  The libuafs target consumes
    rxgk_types.h (installed by rxgk_depinstall) indirectly via
    auth/cellconfig.p.h that includes rxgk_types.h.
    
     make libuafs
     ...
     In file included from .../src/afs/UKERNEL/afs_usrops.c:27:
      .../include/afs/cellconfig.h:49:10: fatal error: rx/rxgk_types.h:
      No such file or directory
    
    Add rxgk_depinstall to the list of dependencies for the auth_depinstall
    target in the top Makefile to reflect the header dependency.
    
    Change-Id: I01239396c4a5c162b75a29a8e6aaf602b3c1ebb9
    Reviewed-on: https://gerrit.openafs.org/14609
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository