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

configure: generate headers in the build directory, not the source directory #223

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

pkelsey
Copy link
Contributor

@pkelsey pkelsey commented Mar 19, 2024

The existing behavior was to generate two headers in the source directory and copy one of them to the build directory. Now, both headers are generated in the build directory. This allows a single source tree to properly support multiple, independently configured out of tree builds.

Note that the terminology in this configure script is currently such that "BUILD_DIR" is actually the source dir (root of the source tree), and "P_PWD" is the build dir (root of the build products tree).

The existing behavior was to generate two headers in the source
directory and copy one of them to the build directory.  Now, both
headers are generated in the build directory.  This allows a single
source tree to properly support multiple, independently configured out
of tree builds.

Note that the terminology in this configure script is currently such
that "BUILD_DIR" is actually the source dir (root of the source tree),
and "P_PWD" is the build dir (root of the build products tree).
@cognet cognet merged commit 4bb9a11 into concurrencykit:master Mar 20, 2024
3 of 7 checks passed
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.

2 participants