Don't generate a QA Notice if the ${S} directory doesn't exist since it might be...
authorZac Medico <zmedico@gentoo.org>
Fri, 10 Aug 2007 21:02:17 +0000 (21:02 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Aug 2007 21:02:17 +0000 (21:02 -0000)
svn path=/main/trunk/; revision=7587

bin/ebuild.sh

index 69ed01cd2b1ce9eb7c2d7e2840f07de5990188ed..39fcbb3557602b319b187af78b5277f143e796cf 100755 (executable)
@@ -900,7 +900,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
@@ -961,7 +960,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
@@ -1000,7 +998,6 @@ dyn_install() {
        if [ -d "${S}" ]; then
                cd "${S}"
        else
-               eqawarn "QA Notice: Directory does not exist: S=\"${S}\""
                cd "${WORKDIR}"
        fi
        vecho