mirror of https://github.com/istio/istio.io.git
Automator: update common-files@master in istio/istio.io@master (#10498)
This commit is contained in:
parent
072448a643
commit
6656637397
6
Makefile
6
Makefile
|
@ -32,12 +32,10 @@ export BUILD_WITH_CONTAINER ?= 0
|
|||
|
||||
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.
|
||||
export
|
||||
|
||||
$(shell $(shell pwd)/common/scripts/setup_env.sh)
|
||||
|
||||
RUN = ./common/scripts/run.sh
|
||||
|
||||
MAKE_DOCKER = $(RUN) make --no-print-directory -e -f Makefile.core.mk
|
||||
|
@ -60,7 +58,7 @@ else
|
|||
$(shell mkdir -p out)
|
||||
$(shell $(shell pwd)/common/scripts/setup_env.sh envfile > 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
|
||||
# displays the existing environment
|
||||
export
|
||||
|
|
|
@ -1 +1 @@
|
|||
88caa00865b81721ab88d1b02780d7f802349e2c
|
||||
cbd84f619235f2c57b6773d99647b548cd0a614e
|
||||
|
|
Loading…
Reference in New Issue