Mercurial > hg > beaglert
comparison scripts/build_project.sh @ 85:91e1a3a220d4
Suppressed the no screen found warnings
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 17 Jul 2015 23:12:09 +0100 |
parents | b89dd0c97a04 |
children | c74006ef86ca |
comparison
equal
deleted
inserted
replaced
84:dab53ea16bd1 | 85:91e1a3a220d4 |
---|---|
65 exit | 65 exit |
66 fi | 66 fi |
67 | 67 |
68 # Stop BeagleRT and clean out old source files | 68 # Stop BeagleRT and clean out old source files |
69 echo "Stopping BeagleRT and removing old source files..." | 69 echo "Stopping BeagleRT and removing old source files..." |
70 ssh -t -t $BBB_ADDRESS "screen -X -S BeagleRT quit ; pkill BeagleRT ; make sourceclean -C $BBB_PATH" | 70 ssh -t -t $BBB_ADDRESS "screen -X -S BeagleRT quit &>/dev/null; pkill BeagleRT ; make sourceclean -C $BBB_PATH" |
71 | 71 |
72 #concatenate arguments to form path. | 72 #concatenate arguments to form path. |
73 BBB_SOURCE_PATH= #initially empty, will be filled with input arguments | 73 BBB_SOURCE_PATH= #initially empty, will be filled with input arguments |
74 for i in "$@" #parse input arguments | 74 for i in "$@" #parse input arguments |
75 do | 75 do |