summaryrefslogtreecommitdiffstats
path: root/bin/ebuild.sh
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-08-10 21:03:46 +0000
committerZac Medico <zmedico@gentoo.org>2007-08-10 21:03:46 +0000
commit2d47e5ee3f6b451bebdda6a75495820af54e4af3 (patch)
treed3234feceb2c347cce6e4cc463fdc213eab1573c /bin/ebuild.sh
parentcaaa74bcc384a7a506d21c18f763b77ffef50cc6 (diff)
downloadportage-2d47e5ee3f6b451bebdda6a75495820af54e4af3.tar.gz
portage-2d47e5ee3f6b451bebdda6a75495820af54e4af3.tar.bz2
portage-2d47e5ee3f6b451bebdda6a75495820af54e4af3.zip
Don't generate a QA Notice if the ${S} directory doesn't exist since it might be irrelevant for some ebuilds. (trunk r7587)
svn path=/main/branches/2.1.2/; revision=7588
Diffstat (limited to 'bin/ebuild.sh')
-rwxr-xr-xbin/ebuild.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/ebuild.sh b/bin/ebuild.sh
index 4a826a4f0..f45e1b69d 100755
--- a/bin/ebuild.sh
+++ b/bin/ebuild.sh
@@ -978,7 +978,6 @@ dyn_compile() {
srcdir=${S}
cd "${S}"
else
- eqawarn "QA Notice: Directory does not exist: S=\"${S}\""
cd "${WORKDIR}"
fi
#our custom version of libtool uses $S and $D to fix
@@ -1039,7 +1038,6 @@ dyn_test() {
if [ -d "${S}" ]; then
cd "${S}"
else
- eqawarn "QA Notice: Directory does not exist: S=\"${S}\""
cd "${WORKDIR}"
fi
if ! hasq test $FEATURES && [ "${EBUILD_FORCE_TEST}" != "1" ]; then
@@ -1078,7 +1076,6 @@ dyn_install() {
if [ -d "${S}" ]; then
cd "${S}"
else
- eqawarn "QA Notice: Directory does not exist: S=\"${S}\""
cd "${WORKDIR}"
fi
vecho