Skip to content
Snippets Groups Projects
Commit 191703a2 authored by toole1's avatar toole1
Browse files

release tool fixed and minor monad patch for updating

git-svn-id: https://subversion.cs.illinois.edu/svn/cs225@5945 6fbd10e7-183d-0410-a318-cb416676e4f2
parent 62db338b
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ MONAD_DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )" ...@@ -14,6 +14,7 @@ MONAD_DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
SOURCE_DIR="$MONAD_DIR/source" SOURCE_DIR="$MONAD_DIR/source"
CALLING_DIR=`pwd` CALLING_DIR=`pwd`
svn revert "$MONAD_DIR/.monadid" -q
svn up "$MONAD_DIR" -q --accept theirs-full svn up "$MONAD_DIR" -q --accept theirs-full
make -C "$SOURCE_DIR" -q make -C "$SOURCE_DIR" -q
if [ "$?" -ne 0 ]; then if [ "$?" -ne 0 ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment