-
Notifications
You must be signed in to change notification settings - Fork 868
clean up buildchain linuxisms & update FreeBSD URLs #1813
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
Conversation
|
@kazuho what am I missing for regenerating the documentation locally? |
|
@dch Could it be the case with make? Looking at the line that invokes oktavia, it seems like patsubst is not woking. https://github.com/h2o/h2o/blob/master/misc/doc.mk#L80: |
|
notes to self: build the docs on FreeBSD via: |
|
OK this LGTM now but the CMake changes deserve a closer look |
kazuho
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice PR! Thank you for the work.
LGTM modulo the point below.
The doc target uses gmake-specific functionality and therefore we need to propagate the choice of make engine through the whole build chain
Linuxisms do not work on *BSD
|
Thanks for the changes! |
minor changes
Also, I'm unable to generate the docs locally using the instructions in source, to check my changes. I'll commit a fix if somebody can clarify how that works today. Here's what I'm trying on FreeBSD:
If I append
-i .and run oktavia manually, then we get further: