Magellan Linux

Diff of /trunk/mage-buildserver/buildserver-setup-mage-tree.sh

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

revision 2785 by niro, Thu Aug 28 09:27:32 2014 UTC revision 2786 by niro, Thu Aug 28 09:28:14 2014 UTC
# Line 15  then Line 15  then
15   die "svn checkout of smage required. run buildserver-svn first."   die "svn checkout of smage required. run buildserver-svn first."
16  fi  fi
17    
 # create buildroot layout  
 if [ -d ${BUILDROOT}/tmp/mage-tree ]  
 then  
  rm -r ${BUILDROOT}/tmp/mage-tree || die "cleaning global mage tree tmp"  
  install -d ${BUILDROOT}/tmp/mage-tree || die "creating global mage tree tmp dir"  
 fi  
   
18  for arch in ${BUILD_ARCH[*]} src  for arch in ${BUILD_ARCH[*]} src
19  do  do
20   if [ -d ${BUILDROOT}/${arch}/usr/mage ]   if [ -d ${BUILDROOT}/${arch}/usr/mage ]

Legend:
Removed from v.2785  
changed lines
  Added in v.2786