Skip to content

Commit df551f1

Browse files
committed
Makefile: improve targets descriptions
Signed-off-by: Carlo Lobrano <[email protected]>
1 parent 72c8ff1 commit df551f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ bundle-reset: ## Revert all version or build date related changes
404404
sed -r -i "/replaces:.*/d" ${CSV}
405405

406406
.PHONY: bundle-build-ocp
407-
bundle-build-ocp: bundle-ocp bundle-update ## Build the bundle image.
407+
bundle-build-ocp: bundle-ocp bundle-update ## Build the bundle image for OCP.
408408
podman build -f bundle.Dockerfile -t $(BUNDLE_IMG) .
409409

410410
.PHONY: bundle-build-k8s
@@ -460,11 +460,11 @@ deploy-snr:
460460
##@ Targets used by CI
461461

462462
.PHONY: container-build-ocp
463-
container-build-ocp: ## Build containers
463+
container-build-ocp: ## Build containers for OCP
464464
make docker-build bundle-build-ocp
465465

466466
.PHONY: container-build-k8s
467-
container-build-k8s: ## Build containers
467+
container-build-k8s: ## Build containers for K8s
468468
make docker-build bundle-build-k8s
469469

470470
.PHONY: container-build-metrics

0 commit comments

Comments
 (0)