Mercurial > hg > beaglert
comparison scripts/update_board @ 456:aa3f38d8a9b6 prerelease
using relative links in examples/core
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Mon, 20 Jun 2016 01:10:16 +0100 |
parents | 0567af952cfa |
children | 26b3b87437fb |
comparison
equal
deleted
inserted
replaced
455:0567af952cfa | 456:aa3f38d8a9b6 |
---|---|
169 ssh $BBB_ADDRESS "cd $BBB_BELA_HOME; doxygen &> /dev/null" | 169 ssh $BBB_ADDRESS "cd $BBB_BELA_HOME; doxygen &> /dev/null" |
170 error_handler $? "\nError while generating Doxygen documentation\n" | 170 error_handler $? "\nError while generating Doxygen documentation\n" |
171 fi | 171 fi |
172 | 172 |
173 printf "Building example projects..." | 173 printf "Building example projects..." |
174 ssh $BBB_ADDRESS "sh $BBB_BELA_HOME/examples/core/link_core.sh" | 174 ssh $BBB_ADDRESS "cd $BBB_BELA_HOME/examples/core/ && ./link_core.sh" |
175 error_handler $? "\nError while building example projects\n" | 175 error_handler $? "\nError while building example projects\n" |
176 | 176 |
177 printf "Cleaning build environment..." | 177 printf "Cleaning build environment..." |
178 ssh $BBB_ADDRESS "make -C $BBB_BELA_HOME --no-print-directory coreclean" | 178 ssh $BBB_ADDRESS "make -C $BBB_BELA_HOME --no-print-directory coreclean" |
179 error_handler $? "\nError cleaning core\n" | 179 error_handler $? "\nError cleaning core\n" |