From: Zac Medico Date: Thu, 30 Jun 2011 08:53:16 +0000 (-0700) Subject: misc-functions.sh: remove stale NEEDED* files X-Git-Tag: v2.2.0_alpha42~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e033be0c91e5776b3eef31a02aed849696e73f45;p=portage.git misc-functions.sh: remove stale NEEDED* files --- diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 09decf327..d708c1d8e 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -340,6 +340,7 @@ install_qa_check() { fi # Save NEEDED information after removing self-contained providers + rm -f "$PORTAGE_BUILDDIR"/build-info/NEEDED{,.ELF.2} scanelf -qyRF '%a;%p;%S;%r;%n' "${D}" | { while IFS= read -r l; do arch=${l%%;*}; l=${l#*;} obj="/${l%%;*}"; l=${l#*;}