projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
815f134
)
misc-functions.sh: remove stale NEEDED* files
author
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Jun 2011 08:53:16 +0000
(
01:53
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 30 Jun 2011 08:53:16 +0000
(
01:53
-0700)
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index 09decf32734967f11ade3404e2132e456e9c3492..d708c1d8eb98ab7cb31098278854f3791bdd573a 100755
(executable)
--- 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#*;}