File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -129,10 +129,13 @@ help:
129
129
@echo -e " \t${BOLD} clean_vms${RESET} : Remove ALL vagrant box."
130
130
@echo
131
131
@echo -e " \tWith ${BOLD} <vm>${RESET} :"
132
- @echo -e " \t\t${BOLD} freebsd${RESET} (FreeBSD)"
132
+ @echo -e " \t\t${BOLD} freebsd${RESET} (FreeBSD 14)"
133
+ @echo -e " \t\t${BOLD} netbsd${RESET} (NetBSD 9)"
134
+ @echo -e " \t\t${BOLD} openbsd${RESET} (OpenBSD 7)"
133
135
@echo
134
136
@echo -e " \tWith ${BOLD} <vms_stage>${RESET} :"
135
137
@echo -e " \t\t${BOLD} build${RESET} "
138
+ @echo -e " \te.g. 'make freebsd_build'"
136
139
@echo
137
140
@echo -e " \tGlobal targets."
138
141
@echo -e " \t${BOLD} clean${RESET} : Remove ALL caches and docker images."
@@ -390,7 +393,7 @@ cache/web/docker_$1.tar: web_$1
390
393
# $$(info Create target: sh_web_$1 (debug).)
391
394
.PHONY: sh_web_$1
392
395
sh_web_$1: web_$1
393
- ${DOCKER_RUN_CMD} -it --name ${IMAGE }_web_$1 ${IMAGE}:web_$1
396
+ ${DOCKER_RUN_CMD} -it --name ${PROJECT }_web_$1 ${IMAGE}:web_$1
394
397
395
398
# $$(info Create target: clean_web_$1.)
396
399
.PHONY: clean_web_$1
You can’t perform that action at this time.
0 commit comments