The following commit has been merged in the master branch:
commit 99418024276c94da5982d7dad6126a8d53924d7e
Author: Andrew Deason <[email protected]>
Date:   Sun Jun 23 17:48:53 2019 -0500

    libafs: Create $(DESTDIR)$(KMODDIR) on FBSD inst
    
    We rely on bsd.kmod.mk for our actual rules during 'make install', but
    that tries to install our kernel module into $(DESTDIR)$(KMODDIR),
    without creating it first. If the user tries to 'make install
    DESTDIR=/some/path' and that path doesn't exist, we will fail with
    something like:
    
    make DESTDIR=/home/adeason/git/destdir single_instdir_libafs
    /usr/bin/install -c -T release -o root -g wheel -m 555   libafs.ko 
/home/adeason/git/destdir/boot/modules/
    install: /home/adeason/git/destdir/boot/modules/: No such file or directory
    *** Error code 71
    
    To avoid this, add a dependency on the 'install' target which causes
    our target dir to be created.
    
    Change-Id: Icacc507867420265383e411572006df47ef22815
    Reviewed-on: https://gerrit.openafs.org/13653
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Tim Creech <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

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

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to