--- trunk/mage/usr/lib/mage/depwalker.sh 2011/12/28 09:57:31 1561 +++ trunk/mage/usr/lib/mage/depwalker.sh 2011/12/28 09:59:15 1562 @@ -185,7 +185,7 @@ PVER="$(magename2pver ${HIGHEST_DEPFILE})" PBUILD="$(magename2pbuild ${HIGHEST_DEPFILE})" - ## check ob schon in ALLDEPS enthalten dann mach weiter + ## dep already in ALLDEPS? then going on # usage of fgrep is extremly slow and consumes a lot of cpu power #if [ -z "$(echo ${ALLDEPS} | fgrep "${HIGHEST_DEPFILE}")" ] @@ -237,7 +237,7 @@ PVER="$(magename2pver ${MAGEFILE})" PBUILD="$(magename2pbuild ${MAGEFILE})" - # do not wander files which are installed + # do not walk files which are installed if [ ! -d ${INSTALLDB}/${PCAT}/${PNAME}-${PVER}-${PBUILD} ] then # get dependencies the package @@ -253,7 +253,7 @@ fi done else - # get dependencies the package + # get all dependencies of the package rumwandern ${MAGEFILE} # now add the package itself to the dependencies