Skip to content
Snippets Groups Projects
Commit 81dfbfb0 authored by Micha Lenk's avatar Micha Lenk Committed by Felix Fietkau
Browse files

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: default avatarMicha Lenk <micha@lenk.info>
parent 9209f430
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment