tools/keyboardio-builder: Fix the build-all command

The build-all command needs a clean(-ish) slate, and must re-set the build-dir,
otherwise a successful build of a previous plugin will remove it. As a
workaround, re-launch the builder in this case.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/104/head
Gergely Nagy 8 years ago
parent 184d74e3b0
commit 56652c6d84

@ -169,7 +169,7 @@ build_all () {
for plugin in ${plugins}; do
export SKETCH="${plugin}"
export LIBRARY="${plugin}"
(build ${plugin})
$0 ${plugin} build
done
}

Loading…
Cancel
Save