The following commit has been merged in the openafs-stable-1_6_x branch:
commit 3ac2b0fb23e41f848b29eea9b4d2b64aa769c796
Author: Michael Meffie <[email protected]>
Date:   Sat Dec 30 17:59:38 2017 -0500

    autoconf: refactor linux-checks.m4
    
    Further refactoring of the autoconf macros. Divy up the linux kernel
    checks into smaller files.
    
    This is a non-functional change. Care has been taken preserve the
    ordering of the autoconf tests. Except for whitespace, the generated
    configure file has not been changed by this refactoring.  This has been
    verified with a 'diff -u -w -B' comparison of the generated configure
    file before and after applying this commit.
    
    Reviewed-on: https://gerrit.openafs.org/12844
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit 6a2b85cd4c00a08e165cb96d2cb56bf87c6324bc)
    
    Reviewed-on: https://gerrit.openafs.org/12878
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit 0247eb0a8c154811f495142276029a617ae0825a)
    
    Change-Id: I2f8963c82819178495cb4faae5876b4ada5f0883
    Reviewed-on: https://gerrit.openafs.org/12980
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/cf/linux-checks.m4               |  446 ++++------------------------------
 src/cf/linux-kernel-assorted.m4      |   78 ++++++
 src/cf/linux-kernel-func.m4          |  143 +++++++++++
 src/cf/linux-kernel-header.m4        |   13 +
 src/cf/linux-kernel-packaging.m4     |    8 +
 src/cf/linux-kernel-sig.m4           |   17 ++
 src/cf/linux-kernel-struct.m4        |   55 +++++
 src/cf/linux-kernel-syscall-probe.m4 |   61 +++++
 src/cf/linux-kernel-type.m4          |    5 +
 9 files changed, 430 insertions(+), 396 deletions(-)

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

Reply via email to