Mercurial > hg > beaglert
diff 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 |
line wrap: on
line diff
--- a/scripts/update_board Mon Jun 20 18:04:11 2016 +0100 +++ b/scripts/update_board Mon Jun 20 18:06:29 2016 +0100 @@ -170,10 +170,6 @@ error_handler $? "\nError while generating Doxygen documentation\n" fi -printf "Building example projects..." -ssh $BBB_ADDRESS "cd $BBB_BELA_HOME/examples/core/ && ./link_core.sh" -error_handler $? "\nError while building example projects\n" - printf "Cleaning build environment..." ssh $BBB_ADDRESS "make -C $BBB_BELA_HOME --no-print-directory coreclean" error_handler $? "\nError cleaning core\n"