Skip to content

Commit 044946f

Browse files
committed
fix 'make dex/bin/dex'
1 parent 4fad943 commit 044946f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ $(KUBE_APPLYCONFIGURATION_GEN):
188188
GOBIN=$(GOBIN_DIR) $(GO_INSTALL) k8s.io/code-generator/cmd/$(KUBE_APPLYCONFIGURATION_GEN_BIN) $(KUBE_APPLYCONFIGURATION_GEN_BIN) $(KUBE_APPLYCONFIGURATION_GEN_VER)
189189

190190

191-
codegen: WHAT ?= ./sdk/kcp ./sdk/client
191+
codegen: WHAT ?= ./sdk/kcp ./sdk/client
192192
codegen: $(CONTROLLER_GEN) $(YAML_PATCH) $(CODE_GENERATOR) $(KUBE_CLIENT_GEN) $(KUBE_LISTER_GEN) $(KUBE_INFORMER_GEN) $(KUBE_APPLYCONFIGURATION_GEN)
193193
go mod download
194194
./hack/update-codegen.sh
@@ -248,8 +248,7 @@ E2E_PARALLELISM ?= 1
248248
dex:
249249
git clone https://github.com/dexidp/dex.git
250250
dex/bin/dex: dex
251-
cd dex
252-
make
251+
(cd dex; make)
253252

254253
$(DEX):
255254
mkdir -p $(TOOLS_DIR)

0 commit comments

Comments
 (0)