Details
Details
- Reviewers
bu5hm4n stefan_schmidt felipealmeida devilhorns vtorri - Maniphest Tasks
- T7154: $(OBJEXT) rules must be rewritten for automake 1.16 compatibility
T7157: examples build needs to use single makefile - Commits
- Restricted Diffusion Commit
rEFL310d6d972dbe: build: move src/examples/ to a single makefile
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Some additional notes:
- This fixes some reliability issues with examples builds; prior to this patch my build fails 100% of the time due to some codegen-related file dependency issues
- The result of this patch is currently a much longer examples build time due to linking taking longer. A future patch will help mitigate this.
Comment Actions
Not sure what i should review here, can someone confirm that it is working on windows ?