From 8f2809b6ee7345987942163a93652bc529162258 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:56:30 +0000 Subject: [PATCH] 2003/03/10 23:48:52 darcs-hash:20040130065630-2ba56-2fcdf00d65e3176ab2a8745b9db66fca1c4be6d3.gz --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48d3512..5d131d4 100644 --- a/Makefile +++ b/Makefile @@ -164,6 +164,7 @@ current_build := $(shell cat next.build) dist: # 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)" @@ -175,7 +176,7 @@ dist: 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 \ + ssh xwt@xwt.org verbose=$(verbose) /home/xwt/dist $(current_build) \ | grep -v "make...:.\(Entering\|Leaving\).directory" endif -- 1.7.10.4