Branch: refs/heads/main
Revision: 07dd98f
Author: mppf
Link: Build dyno-chpldoc with Makefiles only by mppf · Pull Request #20604 · chapel-lang/chapel · GitHub
Log Message:
Merge pull request #20604 from mppf/build-chpldoc-makefiles
Build dyno-chpldoc with Makefiles only
This PR adjusts chpldoc (which is now the dyno-chpldoc) to build entirely with make instead of using cmake. This is a temporary measure for this release. In the future it would be good to use cmake for this and other tasks and that is possible now that cmake is a dependency. However, building chpldoc only with make will simplify the transition to dyno-chpldoc.
Reviewed by @arezaii - thanks!
-
full local testing
Modified Files:
A compiler/dyno/tools/chpldoc/Makefile
A compiler/dyno/tools/chpldoc/Makefile.include
M Makefile
M Makefile.devel
M compiler/Makefile
M compiler/dyno/Makefile.helpCompare: Comparing 978ff1cb3ad8...07dd98fab37a · chapel-lang/chapel · GitHub