This repository has been archived by the owner on May 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 373
The makefile does not contain all the generated vars in USER_VARS #2943
Labels
Comments
I suggest replacing the long duplicate and error-prone list in
|
c3d
added a commit
to c3d/runtime
that referenced
this issue
Oct 9, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/runtime
that referenced
this issue
Oct 9, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/runtime
that referenced
this issue
Oct 9, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Fixes: kata-containers#3004 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/kata-containers
that referenced
this issue
Oct 12, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. This is a forward port of a makefile fix included in PR kata-containers/runtime#3004 for issue kata-containers/runtime#2943 Fixes: kata-containers#901 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/kata-containers
that referenced
this issue
Oct 12, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. This is a forward port of a makefile fix included in PR kata-containers/runtime#3004 for issue kata-containers/runtime#2943 Fixes: kata-containers#901 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/kata-containers
that referenced
this issue
Oct 12, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. This is a forward port of a makefile fix included in PR kata-containers/runtime#3004 for issue kata-containers/runtime#2943 Fixes: kata-containers#901 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/runtime
that referenced
this issue
Oct 12, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Fixes: kata-containers#3004 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/kata-containers
that referenced
this issue
Oct 14, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. This is a forward port of a makefile fix included in PR kata-containers/runtime#3004 for issue kata-containers/runtime#2943 Fixes: kata-containers#901 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/runtime
that referenced
this issue
Oct 14, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Fixes: kata-containers#3004 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/kata-containers
that referenced
this issue
Oct 14, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. This is a forward port of a makefile fix included in PR kata-containers/runtime#3004 for issue kata-containers/runtime#2943 Fixes: kata-containers#901 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/runtime
that referenced
this issue
Oct 16, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Fixes: kata-containers#3004 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/runtime
that referenced
this issue
Oct 16, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Fixes: kata-containers#3004 Signed-off-by: Christophe de Dinechin <[email protected]>
bergwolf
pushed a commit
to bergwolf/kata-containers
that referenced
this issue
Oct 17, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. This is a forward port of a makefile fix included in PR kata-containers/runtime#3004 for issue kata-containers/runtime#2943 Fixes: kata-containers#901 Signed-off-by: Christophe de Dinechin <[email protected]>
bergwolf
pushed a commit
to bergwolf/kata-containers
that referenced
this issue
Oct 17, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. This is a forward port of a makefile fix included in PR kata-containers/runtime#3004 for issue kata-containers/runtime#2943 Fixes: kata-containers#901 Signed-off-by: Christophe de Dinechin <[email protected]>
bergwolf
pushed a commit
to bergwolf/kata-containers
that referenced
this issue
Oct 17, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. This is a forward port of a makefile fix included in PR kata-containers/runtime#3004 for issue kata-containers/runtime#2943 Fixes: kata-containers#901 Signed-off-by: Christophe de Dinechin <[email protected]>
bergwolf
pushed a commit
to bergwolf/kata-containers
that referenced
this issue
Oct 17, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. This is a forward port of a makefile fix included in PR kata-containers/runtime#3004 for issue kata-containers/runtime#2943 Fixes: kata-containers#901 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/runtime
that referenced
this issue
Oct 19, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Fixes: kata-containers#3004 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/runtime
that referenced
this issue
Oct 19, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Fixes: kata-containers#3004 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/runtime
that referenced
this issue
Oct 21, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Fixes: kata-containers#3004 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/runtime
that referenced
this issue
Oct 22, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Fixes: kata-containers#3004 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/runtime
that referenced
this issue
Oct 27, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Fixes: kata-containers#3004 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/runtime
that referenced
this issue
Nov 5, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Fixes: kata-containers#3004 Signed-off-by: Christophe de Dinechin <[email protected]>
fidencio
pushed a commit
to fidencio/kata-runtime
that referenced
this issue
Nov 11, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Fixes: kata-containers#3004 Signed-off-by: Christophe de Dinechin <[email protected]>
fidencio
pushed a commit
to fidencio/kata-runtime
that referenced
this issue
Nov 11, 2020
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. Fixes: kata-containers#2943 Fixes: kata-containers#3004 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to kata-containers/kata-containers
that referenced
this issue
Apr 12, 2021
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. This is a forward port of a makefile fix included in PR kata-containers/runtime#3004 for issue kata-containers/runtime#2943 Fixes: #901 Signed-off-by: Christophe de Dinechin <[email protected]>
c3d
added a commit
to c3d/kata-containers
that referenced
this issue
Apr 12, 2021
This was discovered while checking a massive change in variables. The root cause for the error is a very long list of manual replacements, that is best replaced with a $(foreach). All individual variables in the output configuration files were checked against the old build using diff. This is a forward port of a makefile fix included in PR kata-containers/runtime#3004 for issue kata-containers/runtime#2943 Fixes: kata-containers#901 Signed-off-by: Christophe de Dinechin <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description of problem
The list in USER_VARS does not match the list of
sed
replacements in the rule for$(GENERATED_FILES)
.For example,
KERNELPATH
orDEFNETWORKMODEL_CLH
are in the generated list but not inUSER_VARS
.As a result,
make show-variables
does not show all variables.The text was updated successfully, but these errors were encountered: