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:03:46 +0000 (21:03 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 10 Aug 2007 21:03:46 +0000 (21:03 -0000)
svn path=/main/branches/2.1.2/; revision=7588

bin/ebuild.sh

index 4a826a4f089f24ee3cefb4c0cb6f7dd134ccfc81..f45e1b69d8c2134fa464bfac9962a08d1c9d5873 100755 (executable)
@@ -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