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

Build: collapse build and dist hierarchy #1396

Merged
merged 1 commit into from
Aug 30, 2021

Conversation

lgritz
Copy link
Collaborator

@lgritz lgritz commented Aug 23, 2021

Similar to a recent change in OIIO... For historical reasons, our
wrapper makefiles assume that we build in build/ARCH[.variant], so
maybe build/linux64, build/linux64.debug, etc.

Get rid of this extra bit of hierarchy, it no longer serves us and
it's contrary to modern cmake practice.

Also used this as an excuse to remove some SPI build script
customization that we no longer use.

Signed-off-by: Larry Gritz [email protected]

Similar to a recent change in OIIO... For historical reasons, our
wrapper makefiles assume that we build in `build/ARCH[.variant]`, so
maybe build/linux64, build/linux64.debug, etc.

Get rid of this extra bit of hierarchy, it no longer serves us and
it's contrary to modern cmake practice.

Also used this as an excuse to remove some SPI build script
customization that we no longer use.

Signed-off-by: Larry Gritz <[email protected]>
@lgritz
Copy link
Collaborator Author

lgritz commented Aug 27, 2021

Any objections to this?

I think it only affects people who are fond of the "Makefile wrapper". People used to typing raw cmake commands to build OSL should see no difference.

@lgritz lgritz merged commit 881c704 into AcademySoftwareFoundation:master Aug 30, 2021
@lgritz lgritz deleted the lg-buildcleanup branch August 31, 2021 01:30
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