Magellan Linux

Diff of /branches/mage-next/src/depwalker.in

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

revision 2832 by niro, Fri Sep 19 11:19:35 2014 UTC revision 2839 by niro, Wed Oct 22 12:27:17 2014 UTC
# Line 79  fi Line 79  fi
79  [ -z "${INSTALLDB}" ] && die "\$INSTALLDB not set."  [ -z "${INSTALLDB}" ] && die "\$INSTALLDB not set."
80  [ -z "${BUILDDIR}" ] && die "\$BUILDDIR not set."  [ -z "${BUILDDIR}" ] && die "\$BUILDDIR not set."
81    
82    # load mage-features to support them with smagesource()
83    load_mage_features
84    
85  # other needed vars  # other needed vars
86  ALLDEPS=""  ALLDEPS=""
87  if [[ -n ${SMAGEFILE} ]]  if [[ -n ${SMAGEFILE} ]]

Legend:
Removed from v.2832  
changed lines
  Added in v.2839