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 GNU system make to build source #28

Open
dungru opened this issue May 11, 2021 · 3 comments
Open

Add GNU system make to build source #28

dungru opened this issue May 11, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@dungru
Copy link

dungru commented May 11, 2021

Since all the build source using the GNU make command.

When devenv running on clean system, the following message will show up.

log file: devenv/flavors/demo/src/openssl-master/configure.log
run command: make -j 6
devenv/scripts/func.d/build_utils: line 3: make: command not found

Instead of #25, I decide to build GNU make from source.

@yungyuc yungyuc added the enhancement New feature or request label May 11, 2021
@yungyuc
Copy link
Member

yungyuc commented May 11, 2021

An interesting question I just had but never thought about before: is make a dependency of make?

@yungyuc
Copy link
Member

yungyuc commented Nov 7, 2021

After thinking about it for a while, I tend to treat this as a non-issue by considering make is a dependency of devenv, as fundamental as bash. How do you think @ldotrg ?

@tai271828
Copy link
Collaborator

tai271828 commented Nov 9, 2021

make is a very fundamental tool of tool chain. It does not depend on the other tools that much. We can get make easily in many unix-like distributions. So, +1 to non-issue.

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

3 participants