The following commit has been merged in the openafs-stable-1_6_x branch:
commit 1423a3debec3ec5a67c0ef1c613c02a266529e45
Author: Michael Meffie <[email protected]>
Date:   Mon Jun 2 23:24:45 2014 -0400

    linux: dont ignore kmod build errors
    
    Errors from the linux kmod build are not propagated, since make is
    run as the first command in a pipeline, and the shell returns the
    exit code of the last command in the pipeline.  Run the make command
    in a subshell to detect errors, and exit afterwards.  (This method
    is more portable than bash specific pipeline processing options.)
    
    Thanks to Mark Vitale for pointing out this build system defect
    to me.
    
    Reviewed-on: http://gerrit.openafs.org/11186
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Mark Vitale <[email protected]>
    Tested-by: Mark Vitale <[email protected]>
    Reviewed-by: D Brashear <[email protected]>
    (cherry picked from commit 48789d47b613e40734e7b0caac58572a80f8b318)
    
    Change-Id: Idbdfad2a50901041aedaed35b8f01d713a66620d
    Reviewed-on: http://gerrit.openafs.org/11205
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Chas Williams - CONTRACTOR <[email protected]>
    Reviewed-by: Anders Kaseorg <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/libafs/MakefileProto.LINUX.in |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

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

Reply via email to