Skip to content

Commit

Permalink
Makefile: Drop yq prerequisite from 'manifests' target
Browse files Browse the repository at this point in the history
3dd23a9 (Makefile,manifests: Remove the PlatformOperators cluster
profile hacks, 2022-09-21, openshift#64) removed the final consumer.
Subsequently 39662d6 (switch to bingo for dependency management,
2023-10-13, openshift#95) removed some other related targets and the YQ
variable definition.  But this manifests prereq snuck through, until
this commit, where I'm removing it.
  • Loading branch information
wking committed Oct 26, 2023
1 parent 8d050ee commit 6948c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -66,7 +66,7 @@ RBAC_LIST = rbac.authorization.k8s.io_v1_clusterrole_platform-operators-manager-

# Generate manifests e.g. CRD, RBAC etc.
.PHONY: manifests
manifests: generate $(YQ) $(KUSTOMIZE)
manifests: generate $(KUSTOMIZE)
$(KUSTOMIZE) build config/default -o $(TMP_DIR)/
ls $(TMP_DIR)

Expand Down

0 comments on commit 6948c54

Please sign in to comment.