Mercurial > hg > beaglert
comparison scripts/update_board @ 469:898d57ac58a5 prerelease
remove reference to examples/core/link_core.sh from update_board
author | Liam Donovan <l.b.donovan@qmul.ac.uk> |
---|---|
date | Mon, 20 Jun 2016 17:32:05 +0100 |
parents | 26b3b87437fb |
children | 5934790c7c15 |
comparison
equal
deleted
inserted
replaced
468:85cf9c0da052 | 469:898d57ac58a5 |
---|---|
168 printf "Generating on-board documentation..." | 168 printf "Generating on-board documentation..." |
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..." | |
174 ssh $BBB_ADDRESS "cd $BBB_BELA_HOME/examples/core/ && ./link_core.sh" | |
175 error_handler $? "\nError while building example projects\n" | |
176 | |
177 printf "Cleaning build environment..." | 173 printf "Cleaning build environment..." |
178 ssh $BBB_ADDRESS "make -C $BBB_BELA_HOME --no-print-directory coreclean" | 174 ssh $BBB_ADDRESS "make -C $BBB_BELA_HOME --no-print-directory coreclean" |
179 error_handler $? "\nError cleaning core\n" | 175 error_handler $? "\nError cleaning core\n" |
180 | 176 |
181 #------------- | 177 #------------- |