2003/03/10 23:48:52
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:56:30 +0000 (06:56 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:56:30 +0000 (06:56 +0000)
darcs-hash:20040130065630-2ba56-2fcdf00d65e3176ab2a8745b9db66fca1c4be6d3.gz

Makefile

index 48d3512..5d131d4 100644 (file)
--- 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