cosmetic changes
This commit is contained in:
parent
1b075acd6e
commit
29e733a2c8
3 changed files with 4 additions and 11 deletions
|
@ -121,8 +121,7 @@ prebuild() {
|
||||||
|
|
||||||
board_prebuild
|
board_prebuild
|
||||||
|
|
||||||
for template in $(find $target/files -name *.tpl)
|
for template in $(find $target/files -name *.tpl); do
|
||||||
do
|
|
||||||
echo "Translating $template .."
|
echo "Translating $template .."
|
||||||
$tpl_translate $template > $(dirname $template)/$(basename $template .tpl)
|
$tpl_translate $template > $(dirname $template)/$(basename $template .tpl)
|
||||||
/bin/rm $template
|
/bin/rm $template
|
||||||
|
@ -201,18 +200,12 @@ config() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
postbuild() {
|
postbuild() {
|
||||||
board_postbuild
|
board_postbuild
|
||||||
}
|
}
|
||||||
|
|
||||||
flash() {
|
|
||||||
# some flash tools need an argument..
|
|
||||||
board_flash $1
|
|
||||||
}
|
|
||||||
|
|
||||||
clean() {
|
clean() {
|
||||||
board_clean
|
board_clean
|
||||||
/bin/rm -rf bin $builddir
|
/bin/rm -rf bin $builddir
|
||||||
|
|
Loading…
Add table
Reference in a new issue