Magellan Linux

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

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

revision 2588 by niro, Mon Jan 6 12:56:50 2014 UTC revision 2589 by niro, Fri Feb 14 09:00:35 2014 UTC
# Line 268  SMAGE_LOG_CMD="tee -a /var/log/smage/${P Line 268  SMAGE_LOG_CMD="tee -a /var/log/smage/${P
268  xtitle "Compiling ${PKGNAME}"  xtitle "Compiling ${PKGNAME}"
269  echo -e "${COLGREEN}Compiling ${PKGNAME}${COLDEFAULT}"  echo -e "${COLGREEN}Compiling ${PKGNAME}${COLDEFAULT}"
270    
 # auto regen mage tree if requested  
 regen_mage_tree  
   
271  if mqueryfeature "srcpkgbuild"  if mqueryfeature "srcpkgbuild"
272  then  then
273   if [[ -d ${SOURCEDIR}/${PNAME} ]]   if [[ -d ${SOURCEDIR}/${PNAME} ]]
# Line 768  else Line 765  else
765   fi   fi
766  fi  fi
767    
768    # auto regen mage tree if requested
769    regen_mage_tree
770    
771  if mqueryfeature "buildlog"  if mqueryfeature "buildlog"
772  then  then
773   bzip2 -9f /var/log/smage/${PKGNAME}.log   bzip2 -9f /var/log/smage/${PKGNAME}.log

Legend:
Removed from v.2588  
changed lines
  Added in v.2589