Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
8fb8f3d4
Commit
8fb8f3d4
authored
Jul 19, 2016
by
Tim Hockin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup unneeded deps on generated_files
parent
ab703e04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile
Makefile
+4
-4
No files found.
Makefile
View file @
8fb8f3d4
...
...
@@ -90,7 +90,7 @@ ginkgo:
# Runs all the presubmission verifications.
#
# Args:
# BRANCH: Branch to be passed to
hack/
verify-godeps.sh script.
# BRANCH: Branch to be passed to verify-godeps.sh script.
#
# Example:
# make verify
...
...
@@ -174,7 +174,7 @@ test-e2e-node: ginkgo generated_files
#
# Example:
# make test-cmd
test-cmd
:
test-cmd
:
generated_files
@
hack/make-rules/test-cmd.sh
.PHONY
:
test-cmd
...
...
@@ -217,7 +217,7 @@ vet:
# Example:
# make release
.PHONY
:
release
release
:
generated_files
release
:
build/release.sh
# Build a release, but skip tests
...
...
@@ -225,7 +225,7 @@ release: generated_files
# Example:
# make release-skip-tests
.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
# Cross-compile for all platforms
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment