From 580248abbbcfcbf7a7c28cc2a00a97c305ef99ad Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 07:38:28 +0000 Subject: [PATCH] 2003/09/27 10:46:16 darcs-hash:20040130073828-2ba56-67b8c45e2e6fdfb536e5b1304a8861bdf6501e63.gz --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index eb45eb0..cd73b3e 100644 --- a/Makefile +++ b/Makefile @@ -242,10 +242,6 @@ this_branch_flag := $(shell test $(this_branch) = HEAD && echo || echo -r $ # pre-depend on compile as a sanity check dist: compile - # this will fail if we haven't checked-in since the comment is null; we want this. - cvs commit -m '' > /dev/null - cvs tag -F xwt-$(current_build) - echo "***********************************************************" echo "* This build is $(current_build)" echo "***********************************************************" @@ -256,6 +252,10 @@ dist: compile tail -n 200 .make-dist.out | \ mail -s "Unsigned binaries of $(current_build) are now available" cvs@xwt.org else + # this will fail if we haven't checked-in since the comment is null; we want this. + cvs commit -m '' > /dev/null + cvs tag -F xwt-$(current_build) + # 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 &\n echo\n 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/dist\n/usr/bin/cvs update $(this_branch_flag)\ntouch .make-dist.out\n make clean\n nohup make dist &\n' | ssh xwt@xwt.org | grep -v "make...:.\(Entering\|Leaving\).directory" endif -- 1.7.10.4