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
a9f3ccda
Commit
a9f3ccda
authored
Jun 02, 2016
by
Tim Hockin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Makefile deps to rebuild less often
This should only rebuild when ACTUALLY needed.
parent
9613e158
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
.gitignore
.gitignore
+1
-1
Makefile
Makefile
+0
-0
verify-flags-underscore.py
hack/verify-flags-underscore.py
+2
-0
No files found.
.gitignore
View file @
a9f3ccda
...
@@ -102,4 +102,4 @@ kubernetes.tar.gz
...
@@ -102,4 +102,4 @@ kubernetes.tar.gz
zz_generated.*
zz_generated.*
# make-related metadata
# make-related metadata
.make.*
/.make/
Makefile
View file @
a9f3ccda
This diff is collapsed.
Click to expand it.
hack/verify-flags-underscore.py
View file @
a9f3ccda
...
@@ -63,6 +63,8 @@ def get_all_files(rootdir):
...
@@ -63,6 +63,8 @@ def get_all_files(rootdir):
dirs
.
remove
(
'third_party'
)
dirs
.
remove
(
'third_party'
)
if
'.git'
in
dirs
:
if
'.git'
in
dirs
:
dirs
.
remove
(
'.git'
)
dirs
.
remove
(
'.git'
)
if
'.make'
in
dirs
:
dirs
.
remove
(
'.make'
)
if
'exceptions.txt'
in
files
:
if
'exceptions.txt'
in
files
:
files
.
remove
(
'exceptions.txt'
)
files
.
remove
(
'exceptions.txt'
)
if
'known-flags.txt'
in
files
:
if
'known-flags.txt'
in
files
:
...
...
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