cosmetic changes

This commit is contained in:
Oliver Voelker 2014-11-11 23:53:35 +01:00
parent 1b075acd6e
commit 29e733a2c8
3 changed files with 4 additions and 11 deletions

View File

@ -121,8 +121,7 @@ prebuild() {
board_prebuild
for template in $(find $target/files -name *.tpl)
do
for template in $(find $target/files -name *.tpl); do
echo "Translating $template .."
$tpl_translate $template > $(dirname $template)/$(basename $template .tpl)
/bin/rm $template
@ -201,18 +200,12 @@ config() {
;;
esac
fi
}
postbuild() {
board_postbuild
}
flash() {
# some flash tools need an argument..
board_flash $1
}
clean() {
board_clean
/bin/rm -rf bin $builddir