diff options
author | Zac Medico <zmedico@gentoo.org> | 2011-06-30 01:53:16 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-06-30 01:53:16 -0700 |
commit | e033be0c91e5776b3eef31a02aed849696e73f45 (patch) | |
tree | 12772ed7f3a9cc36ba256a0e21991572e1a43196 | |
parent | 815f134f43e801b66fa8856f2b6aefe96786e0fc (diff) | |
download | portage-e033be0c91e5776b3eef31a02aed849696e73f45.tar.gz portage-e033be0c91e5776b3eef31a02aed849696e73f45.tar.bz2 portage-e033be0c91e5776b3eef31a02aed849696e73f45.zip |
misc-functions.sh: remove stale NEEDED* files
-rwxr-xr-x | bin/misc-functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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#*;} |