diff scripts/update_board @ 449:5e79364c9b1d prerelease

Remove old SYNTAX target in Makefile, which was causing the syntax check to behave wrong occasioinally. Also fixed update_board.
author Liam Donovan <l.b.donovan@qmul.ac.uk>
date Sun, 19 Jun 2016 21:52:07 +0100
parents 86591d203c78
children d2dfa1718edb
line wrap: on
line diff
--- a/scripts/update_board	Sun Jun 19 18:55:06 2016 +0100
+++ b/scripts/update_board	Sun Jun 19 21:52:07 2016 +0100
@@ -6,7 +6,7 @@
 [ -z "$BBB_ADDRESS" ] && BBB_ADDRESS="root@192.168.7.2"
 [ -z "$BBB_BELA_HOME" ] && BBB_BELA_HOME="/root/Bela/"
 
-. ./.bela_common || exit 1  
+# . ./.bela_common || exit 1  
 
 FILES_TO_COPY="core include Makefile libNE10.a libprussdrv.a examples Doxyfile"