OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-379-gdbcb144

Gerrit Code Review gerrit@openafs.org
Tue, 18 Nov 2025 15:27:16 -0500


The following commit has been merged in the master branch:
commit dbcb144a02f2c979e89ce310bf1a4f02dccef3cd
Author: Benjamin Kaduk <kaduk@mit.edu>
Date:   Thu Nov 13 21:29:23 2025 -0800

    lwp: ensure include/afs exists for 'make dest'
    
    Commit 60da5c6988f4192c98ad643141e14991b3166c6e ("lwp: Rename lock.h to
    afs/afs_lock.h") moved lwp/lock.h to being installed at
    include/afs/afs_lock.h, a directory not previously used by the lwp
    module.  It also changed the 'make install' rule to create the directory
    before installing a file to it, but did not make the analogous change to
    the 'make dest' rule.  Do so now.
    
    Change-Id: I62c926d6b11b1255a4bb01a9d0310b75d9e982df
    Reviewed-on: https://gerrit.openafs.org/16628
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>

 src/lwp/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

-- 
OpenAFS Master Repository