From f3659e9aa15a1f3496a37ad239ae173fb43bc2bc Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:02:58 +0000 Subject: [PATCH] 2003/07/05 22:21:40 darcs-hash:20040130070258-2ba56-d38b9a0d81cce4ea06e715cdbc94e3655c3e8065.gz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5d4afb1..fc86d9c 100644 --- a/Makefile +++ b/Makefile @@ -288,7 +288,7 @@ dist: compile tail -n 200 .make-dist.out | \ mail -s "Unsigned binaries of $(current_build) are now available" cvs@xwt.org else - echo '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" + echo -e 'export JAVA_HOME=/usr/lib/j2sdk1.4\n cd /home/xwt\n date=`date +%d-%b-%H%M`\n mkdir xwt-$$date\n cd xwt-$$date\n /usr/bin/cvs -d /cvs co $(this_branch_flag) xwt\n mv xwt/* .\n mv xwt/.* .\n rmdir xwt\n touch .make-dist.out\n nohup make dist &> /dev/null &\n echo\n cat .make-dist.out' | ssh xwt@xwt.org | grep -v "make...:.\(Entering\|Leaving\).directory" endif -- 1.7.10.4