2003/10/16 18:37:28
[org.ibex.core.git] / Makefile
index 9b5456f..422e050 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,11 +4,11 @@
 
 #
 
-all:      JVM Linux Win32 Darwin Solaris
+all:      JVM Linux Win32 Darwin #Solaris
 
 clean:
        rm -rf .jikes .configure* .install* build .compile .build*
-       find upstream -name config.cache -exec rm {}\;
+       find upstream -name config.cache -exec rm {} \;
 
 JVM:        build/JVM/xwt.jar
 Linux:    ; make gcj platform=Linux   target=i686-pc-linux-gnu    link_flags="-lX11 -lXext"
@@ -262,7 +262,7 @@ dist: compile
        echo "*  This build is $(current_build)"
        echo "***********************************************************"
 
-        ifeq ($(shell uname -n),serverbeach.megacz.com)
+        ifeq ($(shell uname -n),megacz.com)
                (make $(silent) dist-private 2>&1) >> .make-dist.out || \
                        (tail -n 200 .make-dist.out | mail -s "Build $(current_build) FAILED" cvs@xwt.org; false)
                tail -n 200 .make-dist.out | \