mirror of
https://github.com/falk-werner/webfuse-provider
synced 2026-03-02 04:09:18 +00:00
fixes issue when running in parallel
- missing output folder dependency
This commit is contained in:
1
Makefile
1
Makefile
@@ -97,6 +97,7 @@ DOCKER_RUNFLAGS += --cap-add SYS_PTRACE
|
||||
DOCKER_RUNFLAGS += --security-opt seccomp=unconfined
|
||||
|
||||
OUTDIRS += $(OUTDIR)/src
|
||||
OUTDIRS += $(OUTDIR)/docker
|
||||
|
||||
EXTRACT_TARGETS += $(OUTDIR)/docker/qemu-arm-static-$(QEMU_VERSION)
|
||||
EXTRACT_TARGETS += $(patsubst $(FETCHDIR)/%.tar.gz,$(OUTDIR)/src/%,$(FETCH_TARGETS))
|
||||
|
||||
Reference in New Issue
Block a user