Mercurial > hg > beaglert
comparison 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 |
comparison
equal
deleted
inserted
replaced
448:fdb30affab1c | 449:5e79364c9b1d |
---|---|
4 # in preparation for building projects. It will remove any existing | 4 # in preparation for building projects. It will remove any existing |
5 # Bela directory before copying the files over | 5 # Bela directory before copying the files over |
6 [ -z "$BBB_ADDRESS" ] && BBB_ADDRESS="root@192.168.7.2" | 6 [ -z "$BBB_ADDRESS" ] && BBB_ADDRESS="root@192.168.7.2" |
7 [ -z "$BBB_BELA_HOME" ] && BBB_BELA_HOME="/root/Bela/" | 7 [ -z "$BBB_BELA_HOME" ] && BBB_BELA_HOME="/root/Bela/" |
8 | 8 |
9 . ./.bela_common || exit 1 | 9 # . ./.bela_common || exit 1 |
10 | 10 |
11 FILES_TO_COPY="core include Makefile libNE10.a libprussdrv.a examples Doxyfile" | 11 FILES_TO_COPY="core include Makefile libNE10.a libprussdrv.a examples Doxyfile" |
12 | 12 |
13 # The following variables are manually copied from the Makefile. | 13 # The following variables are manually copied from the Makefile. |
14 # It is a bit nasty, but here we need to handle the case that the board may be | 14 # It is a bit nasty, but here we need to handle the case that the board may be |