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

Users stuff

parent 92c4dd0c
No related branches found
No related tags found
No related merge requests found
......@@ -47,23 +47,6 @@ export CXXFLAGS=$CPPFLAGS
echo "CPPFLAGS" $CPPFLAGS
echo "CPATH" $CPATH
usage() {
echo "usage"
echo "adl_cots.sh REPO LOCAL cmds"
echo "where "
echo "REPO = directory contain git repository"
echo "LOCAL = directory to build cots into"
echo "cmds = build command - usually wipe all"
echo " wipe cleans out local directories"
echo " all excutes build of all the c and fortran cots"
}
if [ -z "$1" ]; then
usage
exit 3
fi
COTS_HOME=/csppbinaries/cspp-sdr-binary/distro/
COTSBASE=/CSPP_SDR_4_0
mkdir -p ${COTSBASE}
......
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