Mercurial > hg > beaglert
diff scripts/.bela_common @ 525:1ca196e35105 prerelease
Upated scripts
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Thu, 23 Jun 2016 13:22:59 +0100 |
parents | 42f6af3a5f1d |
children | 1c68ad13bbe4 |
line wrap: on
line diff
--- a/scripts/.bela_common Thu Jun 23 10:19:24 2016 +0100 +++ b/scripts/.bela_common Thu Jun 23 13:22:59 2016 +0100 @@ -42,6 +42,10 @@ } } +build_script_usage_brief(){ + printf "Usage: $THIS_SCRIPT [-c command-line-args] [-nbfF] [--watch] [--clean]%s <directory-with-source-files>" "$1" +} + build_script_usage(){ echo " The program can be run in one of the following modes: -f arg : runs in the foreground (default). @@ -53,7 +57,7 @@ the current process and \`./connect_to_project.sh' to see the program's output. Other options: - --clean : cleans the pre-compiled object files on the board (same as \`-m coreclean'). + --clean : cleans the pre-compiled object files on the board (same as \`-m projectclean'). If the linker issues warnings during a build, or you see that your latest changes are not being applied to the running program, try to add the --clean flag for the next build and see if that fixes it.