mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
fix parallel (make -jN) build
This commit is contained in:
parent
3446ed0fce
commit
44ae6a02c2
4
makefile
4
makefile
@ -449,7 +449,9 @@ args = $(flags) $(input)
|
|||||||
build: $(static-library) $(executable) $(dynamic-library) \
|
build: $(static-library) $(executable) $(dynamic-library) \
|
||||||
$(executable-dynamic) $(classpath-dep) $(test-dep) $(test-extra-dep)
|
$(executable-dynamic) $(classpath-dep) $(test-dep) $(test-extra-dep)
|
||||||
|
|
||||||
$(test-classes): $(classpath-dep)
|
$(test-dep): $(classpath-dep)
|
||||||
|
|
||||||
|
$(test-extra-dep): $(classpath-dep)
|
||||||
|
|
||||||
.PHONY: run
|
.PHONY: run
|
||||||
run: build
|
run: build
|
||||||
|
Loading…
Reference in New Issue
Block a user