mirror of
https://github.com/alibaba/higress.git
synced 2026-05-27 14:17:27 +08:00
Fix typos (#1300)
This commit is contained in:
4
Makefile
4
Makefile
@@ -32,7 +32,7 @@ export BUILD_WITH_CONTAINER ?= 0
|
|||||||
|
|
||||||
ifeq ($(BUILD_WITH_CONTAINER),1)
|
ifeq ($(BUILD_WITH_CONTAINER),1)
|
||||||
|
|
||||||
# An export free of arugments in a Makefile places all variables in the Makefile into the
|
# An export free of arguments in a Makefile places all variables in the Makefile into the
|
||||||
# environment. This is needed to allow overrides from Makefile.overrides.mk.
|
# environment. This is needed to allow overrides from Makefile.overrides.mk.
|
||||||
export
|
export
|
||||||
|
|
||||||
@@ -60,7 +60,7 @@ else
|
|||||||
$(shell mkdir -p out)
|
$(shell mkdir -p out)
|
||||||
$(shell $(shell pwd)/tools/hack/setup_env.sh envfile > out/.env)
|
$(shell $(shell pwd)/tools/hack/setup_env.sh envfile > out/.env)
|
||||||
include out/.env
|
include out/.env
|
||||||
# An export free of arugments in a Makefile places all variables in the Makefile into the
|
# An export free of arguments in a Makefile places all variables in the Makefile into the
|
||||||
# environment. This behavior may be surprising to many that use shell often, which simply
|
# environment. This behavior may be surprising to many that use shell often, which simply
|
||||||
# displays the existing environment
|
# displays the existing environment
|
||||||
export
|
export
|
||||||
|
|||||||
Reference in New Issue
Block a user