The following commit has been merged in the openafs-stable-1_8_x branch:
commit 2826b3271aea8608fec44174d8b7e1ea7e805d99
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.
    
    Reviewed-on: https://gerrit.openafs.org/15119
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    (cherry picked from commit ad2b880c3791046883f8c0ef15f327c85e013b5b)
    
    Change-Id: Iaef185ec0e045ded8453f6b276e6b6b9075b3388
    Reviewed-on: https://gerrit.openafs.org/15377
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Ben Huntsman <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Reviewed-by: Stephan Wiesand <[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