Skip to content
Snippets Groups Projects
Commit e3f17d20 authored by Scott Mindock's avatar Scott Mindock
Browse files

Users stuff

parent c8c0d192
No related branches found
No related tags found
No related merge requests found
...@@ -52,11 +52,9 @@ COTSBASE=/CSPP_SDR_4_0 ...@@ -52,11 +52,9 @@ COTSBASE=/CSPP_SDR_4_0
mkdir -p ${COTSBASE} mkdir -p ${COTSBASE}
echo $COTSBASE echo $COTSBASE
echo $COTS_HOME echo $COTS_HOME
shift 2
echo $@
export ADL_COTS=${COTS_HOME}/tars
export ADL_COTS=${COTS_HOME}/tars
export USER_COTS_PATH=${COTSBASE}/local export USER_COTS_PATH=${COTSBASE}/local
export BUILD=${COTSBASE}/build export BUILD=${COTSBASE}/build
...@@ -673,8 +671,6 @@ fix_links() ...@@ -673,8 +671,6 @@ fix_links()
all() all()
{ {
#echo_vars
chk_installed
for_container && \ for_container && \
mk_xerces && \ mk_xerces && \
exit && \ exit && \
...@@ -696,8 +692,6 @@ all() ...@@ -696,8 +692,6 @@ all()
mk_cminpak && \ mk_cminpak && \
mk_proto && \ mk_proto && \
fix_links && \ fix_links && \
chk_installed && \
where && \
echo "COTS Built" echo "COTS Built"
} }
......
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