2003/02/26 04:13:05
[org.ibex.core.git] / Makefile
index c8ec000..f164467 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ gcc_flags              := -O9 -ffast-math -fomit-frame-pointer -foptimize-siblin
 gcj_flags              := -fCLASSPATH=bin 
 gcj                    := $(gcc_path)/bin/$(target)-gcj $(gcj_flags) $(gcc_flags)
 gcc                    := $(gcc_path)/bin/$(target)-g++ $(gcc_flags)
-gcjh                   := $(gcc_path)/bin-$(target)-gcjh
+gcjh                   := $(gcc_path)/bin/$(target)-gcjh
 ar                     := $(gcc_path)/$(target)/bin/ar
 jikes                  := jikes -extdirs ${JAVA_HOME}/jre/lib -nowarn
 
@@ -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