X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=422e050450256e8a4ba3226711d87ecbd28f33d4;hb=745fb6aad79e10eb8c402b8fa6a591769c0fcdfb;hp=9b5456fe2eea5ce0cb02c27bba3593414c907835;hpb=3e61238c74ec1e4d11d91e876251f55dd9ab7bf5;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 9b5456f..422e050 100644 --- 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 | \