Magellan Linux

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

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

revision 1575 by niro, Wed Dec 28 10:49:37 2011 UTC revision 1576 by niro, Wed Dec 28 10:50:26 2011 UTC
# Line 1495  then Line 1495  then
1495   rm -rf ${BUILDDIR}/${PKGNAME}   rm -rf ${BUILDDIR}/${PKGNAME}
1496  fi  fi
1497    
 # cleans up timestamp if one exists  
 if [ -f /var/tmp/timestamp ]  
 then  
  mage rmstamp  
 fi  
   
1498  # setup build logging  # setup build logging
1499  [[ ! -d /var/log/smage ]] && install -d /var/log/smage  [[ ! -d /var/log/smage ]] && install -d /var/log/smage
1500  echo -e "### Build started on $(date) ###\n" > /var/log/smage/${PKGNAME}.log  echo -e "### Build started on $(date) ###\n" > /var/log/smage/${PKGNAME}.log

Legend:
Removed from v.1575  
changed lines
  Added in v.1576