2003/02/25 23:22:44
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:53:13 +0000 (06:53 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 06:53:13 +0000 (06:53 +0000)
darcs-hash:20040130065313-2ba56-0aed1f1e206dd7fd0ac915d26200e89c3d831269.gz

Makefile

index c8ec000..2af538e 100644 (file)
--- 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