Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cilium: use absolute path to include Makefile.defs #27054

Merged
merged 1 commit into from Aug 1, 2023

Conversation

lmb
Copy link
Contributor

@lmb lmb commented Jul 25, 2023

cilium/Makefile currently can't be included from elsewhere, since it uses a relative path to Makefile.defs. Copy the approach used for daemon and operator.

At the same time, avoid a possible shell splitting issue by quoting the arguments to dirname.

@lmb lmb added release-note/minor This PR changes functionality that users may find relevant to operating Cilium. area/modularization labels Jul 25, 2023
@lmb
Copy link
Contributor Author

lmb commented Jul 25, 2023

/test

@lmb lmb marked this pull request as ready for review July 25, 2023 14:36
@lmb lmb requested review from a team as code owners July 25, 2023 14:36
@lmb lmb requested review from joamaki and derailed July 25, 2023 14:36
@lmb
Copy link
Contributor Author

lmb commented Jul 26, 2023

/test

cilium/Makefile currently can't be included from elsewhere, since
it uses a relative path to Makefile.defs. Copy the approach used
for daemon and operator.

At the same time, avoid a possible shell splitting issue by
quoting the arguments to dirname.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
@lmb lmb force-pushed the cilium-makefile-include branch from 9566bf7 to 91e68d0 Compare July 26, 2023 10:01
@lmb
Copy link
Contributor Author

lmb commented Jul 26, 2023

/test

Copy link
Contributor

@derailed derailed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@maintainer-s-little-helper maintainer-s-little-helper bot added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label Jul 31, 2023
@dylandreimerink dylandreimerink merged commit 623da12 into cilium:main Aug 1, 2023
58 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/modularization ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/minor This PR changes functionality that users may find relevant to operating Cilium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants