Skip to content
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

Add a command to amalgamate one or multiple build scripts #115

Open
yungyuc opened this issue Jul 17, 2022 · 0 comments
Open

Add a command to amalgamate one or multiple build scripts #115

yungyuc opened this issue Jul 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@yungyuc
Copy link
Member

yungyuc commented Jul 17, 2022

The build script files under scripts/build.d/ cannot run without the full source tree of devenv. Therefore we cannot build the dependency packages by simply copying the build scripts.

I would like to propose to add an enhancement feature to amalgamate a build script with the shared bash code. By amalgamation, it is like how rapid yaml creates a single header file or how sqlite creates the single C file. But for devenv the amalgamation creates a single bash script rather than a source file for compiler.

With the amalgamation, we may replace the hand-crafted build script with a devenv-generated one.

@yungyuc yungyuc added the enhancement New feature or request label Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant