Mercurial > hg > beaglert
comparison scripts/update_board @ 471:cbe68fc0e933 prerelease
merge
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Mon, 20 Jun 2016 18:06:29 +0100 |
parents | 898d57ac58a5 |
children | 5934790c7c15 |
comparison
equal
deleted
inserted
replaced
470:5a936f8e9447 | 471:cbe68fc0e933 |
---|---|
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 #------------- |