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] [HEADSUP] Extract common parts of backend makefiles into a common template #3166
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Suppresses echoing of command from target receipt
MoarVM and JVM backends now share common installation target. Discrepancies are handled with @if()@ macro.
Partially tested, fails to find a dependencie. But this is just a draft yet.
And also some cleanups
|
@vrurg: I can't make any promises until 1st of October. I have a very tight schedule this month... |
Allow extending of -all and -install targets.
Switch to macros and produce simple receipts for each target. Must improve compatibility with other makes.
$< and ${>:[1]} for GNU and NMAKE, and for BSD make respectively.
NMAKE doesn't support ?= assignment
Not all makes preserve the ending whitespace in SET_NQP_LIB
Preserve \n\t on Windows.
MoarVM and JVM compile successfully. Can't test JS though.
Prettify output for Windows
Not matter what directory it is, build currently fails for World.nqp when trying to load Perl6::ModuleLoader.
I.e. ./blib doesn't work. It still fails loading CORE.c.setting from ./
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Unify the build across different backends as much as possible.