target/toolchain: Fix toolchain packaging without package build
authorMicha Lenk <micha@lenk.info>
Tue, 9 Aug 2016 10:59:06 +0000 (12:59 +0200)
committerFelix Fietkau <nbd@nbd.name>
Tue, 6 Sep 2016 09:40:12 +0000 (11:40 +0200)
commit81dfbfb069c3c8f3e5499f55b02b1f320208707d
tree8547197c1e45b15091effce5ebb763a5ada7f0a8
parent9209f4304b0dd5e5a5337abd69a6dbf6a9cb782e
target/toolchain: Fix toolchain packaging without package build

If the toolchain is packaged for later use as external toolchain, the resulting
tarball is created in $BIN_DIR. But without building all packages first that
directory isn't created, hence 'make target/toolchain/compile' fails when
trying to create the toolchain tarball with error "Cannot open: No such file or
directory".

To fix that the $BIN_DIR is created before using it.

Signed-off-by: Micha Lenk <micha@lenk.info>
target/toolchain/Makefile