From: bdemsky Date: Wed, 7 Feb 2007 22:28:44 +0000 (+0000) Subject: make the other scripts call the new one X-Git-Tag: preEdgeChange~721 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=14ad723c7b0c7d3aff55fd9d7613a04144342835;p=IRC.git make the other scripts call the new one --- diff --git a/Robust/src/buildscripttask b/Robust/src/buildscripttask index c333f5ad..4029e403 100755 --- a/Robust/src/buildscripttask +++ b/Robust/src/buildscripttask @@ -1,9 +1,3 @@ #!/bin/bash -ROBUSTROOT=~/research/Robust/src -MAINFILE=$1 -shift -mkdir tmpbuilddirectory - -java -cp $ROBUSTROOT/../cup/:$ROBUSTROOT Main.Main -classlibrary $ROBUSTROOT/ClassLibrary/ -dir tmpbuilddirectory -precise -struct $MAINFILE -task $@ - -gcc -DPRECISE_GC -I$ROBUSTROOT/Runtime -I. -IRuntime/include -Itmpbuilddirectory -O9 -g -LRuntime/lib/ -DTASK -DDEBUG tmpbuilddirectory/methods.c tmpbuilddirectory/taskdefs.c $ROBUSTROOT/Runtime/runtime.c $ROBUSTROOT/Runtime/file.c $ROBUSTROOT/Runtime/socket.c $ROBUSTROOT/Runtime/Queue.c $ROBUSTROOT/Runtime/SimpleHash.c $ROBUSTROOT/Runtime/checkpoint.c $ROBUSTROOT/Runtime/GenericHashtable.c $ROBUSTROOT/Runtime/option.c $ROBUSTROOT/Runtime/garbage.c -o $MAINFILE.bin \ No newline at end of file +echo THIS FILE IS DEPRECATED. DO NOT USE IT. +./buildscript -recover -debug -o $@ diff --git a/Robust/src/buildscripttaskerror b/Robust/src/buildscripttaskerror index 9686c251..a4f0459e 100755 --- a/Robust/src/buildscripttaskerror +++ b/Robust/src/buildscripttaskerror @@ -1,7 +1,3 @@ #!/bin/bash -ROBUSTROOT=~/research/Robust/src -MAINFILE=$1 -shift -mkdir tmpbuilddirectory -java -cp $ROBUSTROOT/../cup/:$ROBUSTROOT Main.Main -classlibrary $ROBUSTROOT/ClassLibrary/ -dir tmpbuilddirectory -struct $MAINFILE -task -instructionfailures $@ -gcc -I$ROBUSTROOT/Runtime -I. -IRuntime/include -Itmpbuilddirectory -O0 -DPRECISE_GC -LRuntime/lib/ -DTASK -DDEBUG -g tmpbuilddirectory/methods.c tmpbuilddirectory/taskdefs.c $ROBUSTROOT/Runtime/runtime.c $ROBUSTROOT/Runtime/file.c $ROBUSTROOT/Runtime/socket.c $ROBUSTROOT/Runtime/Queue.c $ROBUSTROOT/Runtime/SimpleHash.c $ROBUSTROOT/Runtime/checkpoint.c $ROBUSTROOT/Runtime/GenericHashtable.c $ROBUSTROOT/Runtime/option.c $ROBUSTROOT/Runtime/garbage.c -o $MAINFILE.bin \ No newline at end of file +echo THIS FILE IS DEPRECATED. DO NOT USE IT. +./buildscript -recover -debug -instructionfailures -o $@