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
|
||||
# HELP: launch shell (bash) inside a currently running container
|
||||
%-shell: ENTRYPOINT?=/bin/bash
|
||||
%-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 #####
|
||||
###########################
|
||||
|
||||
Loading…
Reference in New Issue
Block a user