]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
depend-cleanup.sh: Handle rs(1) moving to C++.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 16 Nov 2022 05:17:28 +0000 (21:17 -0800)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 16 Nov 2022 05:17:28 +0000 (21:17 -0800)
commit838a061417300678f8604abb9fc6ade8d1bf61b8
treedc98f4e52d6d1a935a07824da5fcf78a0162b9ab
parent42d10b1b56f2f7739081487814f90a22b81792ee
depend-cleanup.sh: Handle rs(1) moving to C++.

To support changes in filenames for programs (and not just libraries),
update clean_dep() to check .depend.foo.o files as well as
.depend.foo.pico files.
tools/build/depend-cleanup.sh