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

WIP: Automatically add out-of-tree source path for -iquote #79

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zyga
Copy link
Owner

@zyga zyga commented Feb 18, 2021

When a particular project requires using -iquote, supporting out-of-tree
builds is cumbersome, forcing developers to discover the existence and
purpose of $(ZMK.OutOfTreeSourcePath)

For this specific compiler option we can deduce the intent and the
missing path to the source tree.

This patch is missing documentation and tests.

Fixes: #78
Signed-off-by: Zygmunt Krynicki me@zygoon.pl

@zyga zyga force-pushed the feature/implicit-out-of-tree-iquote branch 2 times, most recently from cb01ab9 to 143c3f9 Compare February 18, 2021 18:17
When a particular project requires using -iquote, supporting out-of-tree
builds is cumbersome, forcing developers to discover the existence and
purpose of $(ZMK.OutOfTreeSourcePath)

For this specific compiler option we can deduce the intent and the
missing path to the source tree.

This patch is missing documentation and tests.

Fixes: #78
Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deduce and automatically add $(ZMK.OutOfTreeSourcePath) to -iquote arguments
1 participant