Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit fb4eb8a

Browse files
committed
*: No need to 'make clean' before calling 'make conformance-...'
The hack/ content only depends on _output for _output/bin/${local_os}/bootkube and _output/bin/linux/bootkube. conformance-% only uses hack/ content, and it depends on all. 'all', in turn, depends on both _output/bin/$(LOCAL_OS)/bootkube and _output/bin/linux/bootkube, and each of those fully specifies their build dependencies. So there's no need for a separate clean step before running the conformance-% targets; Make will rebuild anything that needs rebuilding already.
1 parent 3136f29 commit fb4eb8a

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Documentation/development.md

-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,10 @@ Each of these commands will recompile bootkube, then render new assets and provi
4242
Additionally, if you wish to run upstream Kubernetes conformance tests against these local clusters:
4343

4444
```
45-
make clean
4645
make conformance-single
4746
```
4847

4948
```
50-
make clean
5149
make conformance-multi
5250
```
5351

RELEASING.md

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ Or, manually:
7272

7373
```
7474
# Vagrant
75-
make clean
7675
make conformance-multi
7776
```
7877

0 commit comments

Comments
 (0)