]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
add shell script for stale dependency hack
authorEd Maste <emaste@FreeBSD.org>
Mon, 30 Mar 2020 20:20:15 +0000 (20:20 +0000)
committerEd Maste <emaste@FreeBSD.org>
Mon, 30 Mar 2020 20:20:15 +0000 (20:20 +0000)
commit4dad87a498feba0148054bebe83d0f4f1213b10a
treee493acee74576cd7aa70d8ac5d562caee78c371f
parent86cfa7e70b2bde87135a97fa184474d391282f12
add shell script for stale dependency hack

It's rather awkward to debug issues with the dependency cleanup hacks
when implemented via make.  Add a cleanup shell script and move the
libomp hack there as an initial example.

Reviewed by: brooks
MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D24228
Makefile.inc1
tools/build/depend-cleanup.sh [new file with mode: 0755]