From: megacz Date: Fri, 30 Jan 2004 06:53:13 +0000 (+0000) Subject: 2003/02/25 23:22:44 X-Git-Tag: RC3~1371 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c8f03cf97a43bb83f02aa7e47260c1f43caf4207;p=org.ibex.core.git 2003/02/25 23:22:44 darcs-hash:20040130065313-2ba56-0aed1f1e206dd7fd0ac915d26200e89c3d831269.gz --- diff --git a/Makefile b/Makefile index c8ec000..2af538e 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ update-build: echo -n "Next build will be " cat next.build echo committing... - cvs commit -m 'updated build' next.build + cvs commit -m 'updated next.build' next.build echo committed. @@ -161,7 +161,7 @@ new-release-private: mv Makefile.gcc gcc/Makefile # build it - make all + nice -n 19 make all cp bin-Java2/xwt.jar /var/www/dist.xwt.org/xwt-$(current_build).jar.unsigned cp bin-Win32/xwt.exe /var/www/dist.xwt.org/xwt-$(current_build).exe.unsigned