X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=2b46329ddee72066459f5a547093998941821acb;hb=352be48caa164460eea7d5c500560154be57117a;hp=05c884d28fead93a2c4865e90858cad0d60c9b22;hpb=881542c6e7a93fae90003b8fd6e382468c559be5;p=org.ibex.core.git diff --git a/Makefile b/Makefile index 05c884d..2b46329 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,9 @@ all: JVM Linux Win32 Darwin Solaris -clean:; rm -rf .jikes .configure* .install* build .compile +clean: + rm -rf .jikes .configure* .install* build .compile + find upstream -name config.cache | xargs rm JVM: build/JVM/xwt.jar Linux: ; make gcj platform=Linux target=i686-pc-linux-gnu link_flags="-lX11 -lXext" @@ -254,7 +256,8 @@ dist: compile tail -n 200 .make-dist.out | \ mail -s "Unsigned binaries of $(current_build) are now available" cvs@xwt.org else - echo -e 'export JAVA_HOME=/usr/lib/j2sdk1.4\n cd /home/xwt\n date=`date +%d-%b-%H%M`\n mkdir xwt-$$date\n cd xwt-$$date\n /usr/bin/cvs -d /cvs co $(this_branch_flag) xwt\n mv xwt/* .\n mv xwt/.* .\n rmdir xwt\n touch .make-dist.out\n nohup make dist &\n echo\n cat .make-dist.out' | ssh xwt@xwt.org | grep -v "make...:.\(Entering\|Leaving\).directory" +# echo -e 'export JAVA_HOME=/usr/lib/j2sdk1.4\n cd /home/xwt\n date=`date +%d-%b-%H%M`\n mkdir xwt-$$date\n cd xwt-$$date\n /usr/bin/cvs -d /cvs co $(this_branch_flag) xwt\n mv xwt/* .\n mv xwt/.* .\n rmdir xwt\n touch .make-dist.out\n nohup make dist &\n echo\n cat .make-dist.out' | ssh xwt@xwt.org | grep -v "make...:.\(Entering\|Leaving\).directory" + echo -e 'export JAVA_HOME=/usr/lib/j2sdk1.4\n cd /home/xwt/dist\n/usr/bin/cvs update $(this_branch_flag)\ntouch .make-dist.out\n make clean\n nohup make dist &\n echo\n cat .make-dist.out' | ssh xwt@xwt.org | grep -v "make...:.\(Entering\|Leaving\).directory" endif dist-private: