The following commit has been merged in the openafs-stable-1_8_x branch:
commit ff3ae28f14cb42b5e72adfceb1f6271a8f675e4a
Author: Cheyenne Wills <[email protected]>
Date:   Fri Jan 25 17:35:51 2019 -0700

    Redhat: 'clean build area' error message during dkms build/install
    
    dkms invokes a make clean command before and after building the kernel
    module. The make clean that is issued at the start of building results
    in a nuisance error message because the Makefile doesn't yet exist
    
        Building module:
        cleaning build area...(bad exit status: 2)
    
    In the dkms.conf file, built from within the openafs.spec, change the
    command defined in the CLEAN statement to test for the existence of the
    Makefile prior to running the actual make clean
    
    Reviewed-on: https://gerrit.openafs.org/13460
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit 10f2c469f45eece0e12573388ae66e392e2dff1c)
    
    Change-Id: If3440b576ad62441bb6b970016fa9808b51abf70
    Reviewed-on: https://gerrit.openafs.org/13479
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/packaging/RedHat/openafs.spec.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

Reply via email to