Added makefile target to build all blockbook packages
This commit is contained in:
parent
3f843889ee
commit
63dce1db9b
2
Makefile
2
Makefile
@ -30,6 +30,8 @@ deb-blockbook-%: .deb-image
|
|||||||
deb-%: .deb-image
|
deb-%: .deb-image
|
||||||
docker run -t --rm -e PACKAGER=$(PACKAGER) -e UPDATE_VENDOR=$(UPDATE_VENDOR) -v $(CURDIR):/src -v $(CURDIR)/build:/out $(DEB_IMAGE) /build/build-deb.sh all $* $(ARGS)
|
docker run -t --rm -e PACKAGER=$(PACKAGER) -e UPDATE_VENDOR=$(UPDATE_VENDOR) -v $(CURDIR):/src -v $(CURDIR)/build:/out $(DEB_IMAGE) /build/build-deb.sh all $* $(ARGS)
|
||||||
|
|
||||||
|
deb-blockbook-all: clean-deb $(addprefix deb-blockbook-, $(TARGETS))
|
||||||
|
|
||||||
$(addprefix all-, $(TARGETS)): all-%: clean-deb build-images deb-%
|
$(addprefix all-, $(TARGETS)): all-%: clean-deb build-images deb-%
|
||||||
|
|
||||||
all: clean-deb build-images $(addprefix deb-, $(TARGETS))
|
all: clean-deb build-images $(addprefix deb-, $(TARGETS))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user