Re: Linux eubins and console colours

new topic     » goto parent     » topic index » view thread      » older message » newer message
mattlewis said...

There were some changes to configure and the makefile, so you probably just need to re-run configure and it should be back on track.

My script does:

#!/bin/sh 
 
export EUDIR=/home/jeremy/eubuild/eu 
export PATH=$EUDIR/bin:$PATH 
 
cd $EUDIR 
svn status --show-updates | grep \\* 
if [ $? -eq 1 ]; then 
  exit 
fi 
 
svn up --force 
REV=`svn info|grep Revision|cut -d " " -f 2` 
 
cd $EUDIR/source 
pwd 
make clean distclean 
./configure --build build 
echo EUBIN=$EUDIR/bin >> Makefile.eu 
make 
mkdir eu40-$REV 
cd build 
cp eui euc eub eu.a ../eu40-$REV 
cp eui euc eub eu.a ../../bin 
cd .. 
tar czf $HOME/webs/jeremy.cowgar.com/htdocs/eubins/linux/eu40-$REV.tar.gz eu40-$REV 
rm -r eu40-$REV 
 
cd $EUDIR/tests 
../bin/eutest -log 
../bin/eutest -process-log -html > $REV.html 
mv $REV.html $HOME/webs/jeremy.cowgar.com/htdocs/eubins/unittesting 

Would that of not handled it?

Jeremy

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu