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
0314bcdb
Commit
0314bcdb
authored
Feb 10, 2017
by
Alejandro Escobar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove hardcoded ansi to tput so that color coding works in multiple platforms including osx.
parent
1be74e39
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
make-help.sh
hack/make-rules/make-help.sh
+2
-2
No files found.
hack/make-rules/make-help.sh
View file @
0314bcdb
...
...
@@ -18,8 +18,8 @@ set -o errexit
set
-o
nounset
set
-o
pipefail
re
d
=
'\E[1;31m'
re
set
=
'\E[0m'
re
adonly
red
=
$(
tput setaf 1
)
re
adonly
reset
=
$(
tput sgr0
)
KUBE_ROOT
=
$(
dirname
"
${
BASH_SOURCE
}
"
)
/../..
ALL_TARGETS
=
$(
make
-C
"
${
KUBE_ROOT
}
"
PRINT_HELP
=
y
-rpn
|
sed
-n
-e
'/^$/ { n ; /^[^ .#][^ ]*:/ { s/:.*$// ; p ; } ; }'
|
sort
)
...
...
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