# HG changeset patch # User Giulio Moro # Date 1466442389 -3600 # Node ID cbe68fc0e93364f0ffdcae4366e5e09b40a61b1f # Parent 5a936f8e9447821993bfc6106a753ab02fdc3804# Parent 898d57ac58a534f056457dfb2f9e4406d7000870 merge diff -r 5a936f8e9447 -r cbe68fc0e933 scripts/update_board --- 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"