summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2024-08-26 18:04:37 +0800
committerGitHub <noreply@github.com>2024-08-26 18:04:37 +0800
commitfcd75deb21e460995b15830917cc455591bdece8 (patch)
treee3d45d435fcb7db7720cbc30e96cd8e260907065
parentMerge pull request #5806 from luomengY/hack_owner (diff)
parentupdate (diff)
downloadkubeedge-fcd75deb21e460995b15830917cc455591bdece8.tar.gz
Merge pull request #5808 from Catherine-monk/kubeedge/makefile
update to output the information of help
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3cc9605b5..f53f7c7cd 100644
--- a/Makefile
+++ b/Makefile
@@ -306,7 +306,7 @@ endef
.PHONY: keadm_deprecated_e2e
ifeq ($(HELP),y)
keadm_deprecated_e2e:
- @echo "KEADM_DEPRECATED_E2E_HELP_INFO"
+ @echo "$$KEADM_DEPRECATED_E2E_HELP_INFO"
else
keadm_deprecated_e2e:
$(RUN) hack/make-rules/release.sh kubeedge
@@ -324,7 +324,7 @@ endef
.PHONY: keadm_e2e
ifeq ($(HELP),y)
keadm_e2e:
- @echo "KEADM_E2E_HELP_INFO"
+ @echo "$$KEADM_E2E_HELP_INFO"
else
keadm_e2e:
tests/scripts/keadm_e2e.sh
@@ -362,7 +362,7 @@ endef
.PHONY: image
ifeq ($(HELP),y)
image:
- @echo "IMAGE_HELP_INFO"
+ @echo "$$IMAGE_HELP_INFO"
else
image:
hack/make-rules/image.sh $(WHAT)
@@ -383,7 +383,7 @@ endef
.PHONY: crossbuildimage
ifeq ($(HELP),y)
crossbuildimage:
- @echo "CROSS_IMAGE_HELP_INFO"
+ @echo "$$CROSS_IMAGE_HELP_INFO"
else
crossbuildimage:
hack/make-rules/crossbuildimage.sh $(WHAT)
@@ -461,7 +461,7 @@ endef
.PHONY: keadm_compatibility_e2e
ifeq ($(HELP),y)
keadm_compatibility_e2e:
- @echo "KEADM_COMPATIBILITY_E2E_HELP_INFO"
+ @echo "$$KEADM_COMPATIBILITY_E2E_HELP_INFO"
else
keadm_compatibility_e2e:
tests/scripts/keadm_compatibility_e2e.sh ${CLOUD_EDGE_VERSION}