OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_0-125-gc0b7367

Gerrit Code Review gerrit@openafs.org
Thu, 11 Mar 2021 17:28:53 -0500


The following commit has been merged in the master branch:
commit c0b7367253eb6c346d577e099a0b0172d4d24ff3
Author: Andrew Deason <adeason@dson.org>
Date:   Fri Mar 5 22:20:35 2021 -0600

    dir: Explicitly 'make all' in src/dir/test
    
    Currently, we 'cd test' and then just run 'make', which makes the
    first target specified in the Makefile. On some platforms (FreeBSD),
    this results in 'make' trying to build '%.c', which of course we
    cannot do, since that's a pattern rule, and so 'make' fails.
    
    To fix this, just 'make all' explicitly, to make the intended targets
    in src/dir/test.
    
    Change-Id: Icbbf60c9c163c24fbbed01c754c4f1eefeae6b78
    Reviewed-on: https://gerrit.openafs.org/14550
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 src/dir/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository