X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=427906d46b837840cd220aa6aab502fd7121ca1c;hb=13a78fae8bd7d561bb7caf6b9d4972e3f22033f8;hp=cff7799af19167baefb6e116275bf1a19a32a84a;hpb=938e5c324bffa498e8baea43335f961a0a764ae8;p=org.ibex.core.git diff --git a/Makefile b/Makefile index cff7799..427906d 100644 --- a/Makefile +++ b/Makefile @@ -288,7 +288,7 @@ dist: compile tail -n 200 .make-dist.out | \ mail -s "Unsigned binaries of $(current_build) are now available" cvs@xwt.org else - echo 'cd /home/xwt;date=`date +%d-%b-%H%M`;mkdir xwt-$$date;cd xwt-$$date;/usr/bin/cvs -d /cvs co $(this_branch_flag) xwt;mv xwt/* .;mv xwt/.* .;rmdir xwt;touch .make-dist.out;nohup make dist &> /dev/null &;echo;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 &> /dev/null &\n echo\n cat .make-dist.out' | ssh xwt@xwt.org | grep -v "make...:.\(Entering\|Leaving\).directory" endif @@ -301,6 +301,7 @@ dist-private: ln -s $(HOME)/dist.xwt.org-gcc gcc mv -f gcc-/Makefile gcc/ mv -f gcc-/gcc.patch gcc/ + mv -f gcc-/gcc-minimal.patch gcc/ # build it nice -n 19 make all