The following commit has been merged in the master branch:
commit ad2b880c3791046883f8c0ef15f327c85e013b5b
Author: Ben Huntsman <[email protected]>
Date:   Fri Aug 19 08:34:33 2022 -0700

    BUILD: Ensure that make clean actually cleans all products
    
    After a build, running make clean leaves the following objects:
    
    src/dir/test/dtest.o
    src/libuafs/libuafs.a
    src/libuafs/*.o
    src/roken/*.o
    
    Add a few rules to the various Makefiles to ensure that we clean
    up those files as well.
    
    Change-Id: I4fb3346b68aa9e20164952d9461c39664020ef7f
    Reviewed-on: https://gerrit.openafs.org/15119
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

 src/dir/Makefile.in            | 1 +
 src/libuafs/Makefile.common.in | 1 +
 src/roken/Makefile.in          | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

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

Reply via email to