Magellan Linux

Diff of /trunk/mage/usr/lib/mage/depwalker.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2737 by niro, Tue Aug 12 15:23:05 2014 UTC revision 2738 by niro, Tue Aug 12 15:24:36 2014 UTC
# Line 215  depwalking() Line 215  depwalking()
215    
216   # mark depfile as processed to prevent double runs -without version   # mark depfile as processed to prevent double runs -without version
217   # but do not add any virtuals to PROCESSEDDEPS or their resolved   # but do not add any virtuals to PROCESSEDDEPS or their resolved
218   # pkgnames will be ignored and they are missing on the dependecy-list   # pkgnames will be ignored and they are missing on the dependency-list
219   if [[ ${DEPNAME/virtual\//} = ${DEPNAME} ]]   if [[ ${DEPNAME/virtual\//} = ${DEPNAME} ]]
220   then   then
221   PROCESSEDDEPS="${PROCESSEDDEPS} ${DEPNAME%-*}"   PROCESSEDDEPS="${PROCESSEDDEPS} ${DEPNAME%-*}"

Legend:
Removed from v.2737  
changed lines
  Added in v.2738