Magellan Linux

Diff of /trunk/mage-buildserver/buildserver-compile-smage.sh

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

revision 2814 by niro, Thu Aug 28 09:49:14 2014 UTC revision 2815 by niro, Mon Sep 8 14:56:17 2014 UTC
# Line 27  if [ ! -f ${BUILDROOT}/.stamps/smage_svn Line 27  if [ ! -f ${BUILDROOT}/.stamps/smage_svn
27  then  then
28   die "svn checkout of smage required. run buildserver-svn first."   die "svn checkout of smage required. run buildserver-svn first."
29  fi  fi
30  for arch in ${BUILD_ARCH[*]} src  for arch in $(enum-all-arch-types)
31  do  do
32   if [ ! -f ${BUILDROOT}/.stamps/${arch}_bootstrap-ok ]   if [ ! -f ${BUILDROOT}/.stamps/${arch}_bootstrap-ok ]
33   then   then
# Line 38  do Line 38  do
38   die "initial regen of mage-tree required for '${arch}'. run buildserver-setup-mage-tree first."   die "initial regen of mage-tree required for '${arch}'. run buildserver-setup-mage-tree first."
39   fi   fi
40  done  done
41  for arch in ${BUILD_ARCH[*]}  for arch in $(enum-build-arch-types)
42  do  do
43   if [ ! -f ${BUILDROOT}/.stamps/${arch}_common-devutils-ok ]   if [ ! -f ${BUILDROOT}/.stamps/${arch}_common-devutils-ok ]
44   then   then

Legend:
Removed from v.2814  
changed lines
  Added in v.2815