X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=48d35124de6da704ea2d88337d698aac9364e9b1;hb=26ef1975c37cf1ffa934ade63fa6c98abc1515f7;hp=9b49379067ae24012f2ef46f1fb72df77f54f61f;hpb=c7502e686b4e08dbeb020b803d3f8205cf0c19a6;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 9b49379..48d3512 100644 --- a/Makefile +++ b/Makefile @@ -58,6 +58,7 @@ clean: find . -name \#\*\# | xargs rm -f update-build: + cvs tag -F xwt-$(current_build) (echo -n 0000; (echo "10k16o16i"; cat next.build | tr a-z A-Z; echo "1+f") | dc) | tail --bytes=5 > next.build- mv next.build- next.build echo -n "Next build will be " @@ -204,5 +205,10 @@ dist-private: echo "copying xwt.linux to distribution area..." $(strip) bin-Linux/xwt.linux -o /var/www/master.dist.xwt.org/xwt-$(current_build).linux.unsigned + echo "creating source tarball in distribution area..." + CVSROOT=/cvs cvs export -r xwt-$(current_build) xwt + mv xwt xwt-$(current_build) + tar cvzf /var/www/master.dist.xwt.org/xwt-$(current_build).tgz xwt-$(current_build) + echo echo "*** DONE ******************************************"