X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=56ed7580265d2cb51bce0490b4f5abf40ec08aeb;hb=031c4a7579ff4165ebf30ac162be87d174c21848;hp=57a956c843822b53338dfdd8d02980bccd679590;hpb=93224727752b3da9a70bacd473c5f961efb3a297;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 57a956c..56ed758 100644 --- a/Makefile +++ b/Makefile @@ -288,8 +288,7 @@ dist: compile tail -n 200 .make-dist.out | \ mail -s "Unsigned binaries of $(current_build) are now available" cvs@xwt.org else - ssh xwt@xwt.org verbose=$(verbose) /home/xwt/dist $(this_branch_flag) \ - | grep -v "make...:.\(Entering\|Leaving\).directory" + echo 'export JAVA_HOME=/usr/lib/j2sdk1.4;cd /home/xwt;date=`date +%d-%b-%H%M`;mkdir xwt-$$date;cd xwt-$$date;/usr/bin/cvs -d /cvs co $(this_branch_flag) xwt;mv xwt/* .;mv xwt/.* .;rmdir xwt;touch .make-dist.out;nohup make dist &> /dev/null &;echo;cat .make-dist.out' | ssh xwt@xwt.org | grep -v "make...:.\(Entering\|Leaving\).directory" endif