2003/10/16 18:37:28
[org.ibex.core.git] / Makefile
index 63f32a3..422e050 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 
 #
 
-all:      JVM Linux Win32 Darwin Solaris
+all:      JVM Linux Win32 Darwin #Solaris
 
 clean:
        rm -rf .jikes .configure* .install* build .compile .build*
@@ -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 | \