From c841c744d4b910e3bcdf891658f12fec5ff955eb Mon Sep 17 00:00:00 2001 From: Scott Mindock <srmindock@wisc.edu> Date: Mon, 25 Mar 2024 18:24:12 +0000 Subject: [PATCH] Users stuff --- distro/scripts/adl_cots.sh | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/distro/scripts/adl_cots.sh b/distro/scripts/adl_cots.sh index abd9631..2647206 100755 --- a/distro/scripts/adl_cots.sh +++ b/distro/scripts/adl_cots.sh @@ -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} -- GitLab