Skip to content

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