build(Makefile): fix bash shell targets
This commit is contained in:
parent
090f4410bb
commit
25953854c9
3
Makefile
3
Makefile
@ -84,10 +84,9 @@ release:
|
|||||||
|
|
||||||
.PHONY: %-shell
|
.PHONY: %-shell
|
||||||
# HELP: launch shell (bash) inside a currently running container
|
# HELP: launch shell (bash) inside a currently running container
|
||||||
%-shell: ENTRYPOINT?=/bin/bash
|
|
||||||
%-shell: --%-shell;
|
%-shell: --%-shell;
|
||||||
--%-shell:
|
--%-shell:
|
||||||
$(CONTAINER_COMMAND) exec -it $(EXEC_OPTS) fradrive.$(CURR_DEV).$* $(ENTRYPOINT)
|
$(CONTAINER_COMMAND) exec -it $(EXEC_OPTS) fradrive.$(CURR_DEV).$* $(if $(ENTRYPOINT),$(ENTRYPOINT),/bin/bash)
|
||||||
|
|
||||||
##### GENERAL TARGETS #####
|
##### GENERAL TARGETS #####
|
||||||
###########################
|
###########################
|
||||||
|
|||||||
Reference in New Issue
Block a user