projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2da9820
)
touchup output slightly
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 6 Jan 2006 00:48:56 +0000
(
00:48
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Fri, 6 Jan 2006 00:48:56 +0000
(
00:48
-0000)
svn path=/main/trunk/; revision=2538
bin/prepall
patch
|
blob
|
history
diff --git
a/bin/prepall
b/bin/prepall
index 2d0472b66442d6fc08ef4109c0040cc4985e75aa..b1dee558e3b2b5a9db5bdc9485a0521343c9b0b7 100755
(executable)
--- a/
bin/prepall
+++ b/
bin/prepall
@@
-72,6
+72,7
@@
for d in "${D}"lib* "${D}"usr/lib* ; do
if [[ -n ${f} ]] ; then
echo -e "\n\aQA Notice: the following shared libraries lack a SONAME\a"
echo "${f}"
+ echo
sleep 1
fi
@@
-79,6
+80,7
@@
for d in "${D}"lib* "${D}"usr/lib* ; do
if [[ -n ${f} ]] ; then
echo -e "\n\aQA Notice: the following shared libraries lack NEEDED entries\a"
echo "${f}"
+ echo
sleep 1
fi
done