X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Buildscr.cv;h=a888e2481f0933033cf12b33566a42281fb69823;hb=13d52fcb036ba52db597f49ea291cd6dd4105f43;hp=0b4d1cbe6a0fa85d7241ae6317e02dae0b7f46fc;hpb=e11f8ee794c73bec1b640fc83b32252dd00b5044;p=PuTTY.git diff --git a/Buildscr.cv b/Buildscr.cv index 0b4d1cbe..a888e248 100644 --- a/Buildscr.cv +++ b/Buildscr.cv @@ -25,7 +25,7 @@ enddelegate # Windows scanner for download). delegate covscan32wine in putty do tar xzvf cov-int.tar.gz - in putty/windows do cov-build --dir ../cov-int make -f Makefile.cyg CC=winegcc RC=wrc XFLAGS=-DCOVERITY + in putty/windows do cov-build --dir ../cov-int make -f Makefile.mgw CC=winegcc RC=wrc XFLAGS=-DCOVERITY in putty do tar czvf cov-int.tar.gz cov-int return putty/cov-int.tar.gz enddelegate @@ -33,7 +33,7 @@ enddelegate # Provide the revision number as one of the build outputs, to make it # easy to construct a curl upload command which will annotate it # appropriately when uploaded. -in putty do echo $(revision) > revision.txt +in putty do echo $(vcsfullid) > revision.txt deliver putty/revision.txt $@ deliver putty/cov-int.tar.gz $@