Commit 8fb8f3d4 authored by Tim Hockin's avatar Tim Hockin

Cleanup unneeded deps on generated_files

parent ab703e04
...@@ -90,7 +90,7 @@ ginkgo: ...@@ -90,7 +90,7 @@ ginkgo:
# Runs all the presubmission verifications. # Runs all the presubmission verifications.
# #
# Args: # Args:
# BRANCH: Branch to be passed to hack/verify-godeps.sh script. # BRANCH: Branch to be passed to verify-godeps.sh script.
# #
# Example: # Example:
# make verify # make verify
...@@ -174,7 +174,7 @@ test-e2e-node: ginkgo generated_files ...@@ -174,7 +174,7 @@ test-e2e-node: ginkgo generated_files
# #
# Example: # Example:
# make test-cmd # make test-cmd
test-cmd: test-cmd: generated_files
@hack/make-rules/test-cmd.sh @hack/make-rules/test-cmd.sh
.PHONY: test-cmd .PHONY: test-cmd
...@@ -217,7 +217,7 @@ vet: ...@@ -217,7 +217,7 @@ vet:
# Example: # Example:
# make release # make release
.PHONY: release .PHONY: release
release: generated_files release:
build/release.sh build/release.sh
# Build a release, but skip tests # Build a release, but skip tests
...@@ -225,7 +225,7 @@ release: generated_files ...@@ -225,7 +225,7 @@ release: generated_files
# Example: # Example:
# make release-skip-tests # make release-skip-tests
.PHONY: release-skip-tests quick-release .PHONY: release-skip-tests quick-release
release-skip-tests quick-release: generated_files release-skip-tests quick-release:
KUBE_RELEASE_RUN_TESTS=n KUBE_FASTBUILD=true build/release.sh KUBE_RELEASE_RUN_TESTS=n KUBE_FASTBUILD=true build/release.sh
# Cross-compile for all platforms # Cross-compile for all platforms
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment