Skip to content

Commit

Permalink
Remove dependency on git. Update Doxygen files to remove obsolete
Browse files Browse the repository at this point in the history
values & generate less diagrams. Remove spurious debuging printf.
  • Loading branch information
simonmcqueen committed Jul 10, 2013
1 parent 04f27f3 commit 5dcc1e5
Show file tree
Hide file tree
Showing 5 changed files with 899 additions and 334 deletions.
19 changes: 3 additions & 16 deletions bin/configure_functions
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ init_submodules ()
pushd $1 &> /dev/null
if [ -d "./.git" ]
then
. $OSPL_HOME/release_info/RELEASE_tmpl
if [ "$OSPL_PATCH" != "OSS" ]
then
git submodule init
git submodule update
fi
git submodule init
git submodule update
fi
popd &> /dev/null
}
Expand Down Expand Up @@ -409,16 +405,7 @@ export_vars ()
esac
set_var CYGWIN_INSTALL_DRIVE "$CYGWIN_INSTALL_DRIVE"
set_var OSPL_HOME "$OSPL_HOME"

. $OSPL_HOME/release_info/RELEASE_tmpl
if [ "$OSPL_PATCH" = "OSS" ]
then
set_var MPC_ROOT "$OSPL_HOME/MPC_ROOT"
set_var IS_OPENSOURCE "yes"
else
set_var MPC_ROOT "$OSPL_HOME/submods/MPC_ROOT"
set_var IS_OPENSOURCE "no"
fi
set_var MPC_ROOT "$OSPL_HOME/submods/MPC_ROOT"
OSPL_HOME_NORMALIZED=`"$OSPL_HOME/bin/ospl_normalizePath" "$OSPL_HOME"`
set_var OSPL_HOME_NORMALIZED "$OSPL_HOME_NORMALIZED"
set_var SPLICE_TARGET "$SPLICE_TARGET"
Expand Down
2 changes: 0 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,4 @@ dump_env_vars > "$ENVFILE.sh"
. "./$ENVFILE.sh"
print_setup

printf "PATH after configure is $PATH\n\n"

cleanup
Loading

0 comments on commit 5dcc1e5

Please sign in to comment.