Magellan Linux

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

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

revision 2837 by niro, Fri Sep 19 11:18:38 2014 UTC revision 2838 by niro, Wed Oct 22 12:26:49 2014 UTC
# Line 91  fi Line 91  fi
91  [ -z "${INSTALLDB}" ] && die "\$INSTALLDB not set."  [ -z "${INSTALLDB}" ] && die "\$INSTALLDB not set."
92  [ -z "${BUILDDIR}" ] && die "\$BUILDDIR not set."  [ -z "${BUILDDIR}" ] && die "\$BUILDDIR not set."
93    
94    # load mage-features to support them with smagesource()
95    load_mage_features
96    
97  # other needed vars  # other needed vars
98  ALLDEPS=""  ALLDEPS=""
99  if [[ -n ${SMAGEFILE} ]]  if [[ -n ${SMAGEFILE} ]]

Legend:
Removed from v.2837  
changed lines
  Added in v.2838