From 031c4a7579ff4165ebf30ac162be87d174c21848 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:02:54 +0000 Subject: [PATCH] 2003/07/05 22:17:41 darcs-hash:20040130070254-2ba56-838c7d983528393551a1f51a45c35185b6899a68.gz --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 1.7.10.4