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
ae4b3109
Commit
ae4b3109
authored
Aug 21, 2017
by
Tim Hockin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makefile cleanups
whitespace and punctuation. Insignificant.
parent
5c03d375
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
Makefile.generated_files
build/root/Makefile.generated_files
+10
-10
No files found.
build/root/Makefile.generated_files
View file @
ae4b3109
...
...
@@ -222,7 +222,7 @@ RUN_GEN_DEEPCOPY = \
--v
$(KUBE_VERBOSE)
\
--logtostderr
\
-i
$$
(
cat
$(META_DIR)
/
$(DEEPCOPY_GEN)
.todo |
paste
-sd
, -
)
\
--bounding-dirs
$(PRJ_SRC_PATH)
,
,
"k8s.io/api"
\
--bounding-dirs
$(PRJ_SRC_PATH)
,
"k8s.io/api"
\
-O
$(DEEPCOPY_BASENAME)
\
"
$$
@"
;
\
fi
\
...
...
@@ -503,15 +503,15 @@ $(foreach dir, $(OPENAPI_DIRS), $(eval \
# How to regenerate open-api code. This emits a single file for all results.
$(OPENAPI_OUTFILE)
:
$(OPENAPI_GEN) $(OPENAPI_GEN)
function
run_gen_openapi
()
{
\
./hack/run-in-gopath.sh
$(OPENAPI_GEN)
\
--v
$(KUBE_VERBOSE)
\
--logtostderr
\
-i
$$
(
echo
$
(
addprefix
$(PRJ_SRC_PATH)
/,
$(OPENAPI_DIRS)
)
|
sed
's/ /,/g'
)
\
-p
$(PRJ_SRC_PATH)
/
$(OPENAPI_OUTPUT_PKG)
\
-O
$(OPENAPI_BASENAME)
\
"
$$
@"
;
\
}
;
\
run_gen_openapi
./hack/run-in-gopath.sh
$(OPENAPI_GEN)
\
--v
$(KUBE_VERBOSE)
\
--logtostderr
\
-i
$$
(
echo
$
(
addprefix
$(PRJ_SRC_PATH)
/,
$(OPENAPI_DIRS)
)
|
sed
's/ /,/g'
)
\
-p
$(PRJ_SRC_PATH)
/
$(OPENAPI_OUTPUT_PKG)
\
-O
$(OPENAPI_BASENAME)
\
"
$$
@"
;
\
}
;
\
run_gen_openapi
# This calculates the dependencies for the generator tool, so we only rebuild
# it when needed. It is PHONY so that it always runs, but it only updates the
...
...
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