Add makefile for build projects#27
Open
jumapico wants to merge 1 commit intomate-desktop:masterfrom
jumapico:add-build-script
Open
Add makefile for build projects#27jumapico wants to merge 1 commit intomate-desktop:masterfrom jumapico:add-build-script
jumapico wants to merge 1 commit intomate-desktop:masterfrom
jumapico:add-build-script
Conversation
cwendling
reviewed
Jun 25, 2019
Member
cwendling
left a comment
There was a problem hiding this comment.
The idea looks good (I use a custom build script myself, which I should check for useful ideas), but I didn't try it yet.
From the top of my head, one comment is that I would find it nice to avoid re-running autogen when simply updating a repo, but that's probably fine either way.
Add the build.mk script to build a MATE project and its dependencies. Add documentation about how start working in MATE.
Author
|
The makefile only works fine for build one project and its dependencies initially. If you try to build the same project twice all steps are repeated without gain anything, but I think is a good option for those that want build a specific MATE project without dig in the topic of dependencies between projects. |
This file contains hidden or 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
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.
Add build.mk script to build a MATE project and his dependencies.
Add documentation about how start working in MATE.