solvcon / devenv

Common development environment for solvcon
9 stars 15 forks source link

Add GNU system make to build source #28

Open dungru opened 3 years ago

dungru commented 3 years ago

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 commented 3 years ago

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

yungyuc commented 2 years ago

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 commented 2 years ago

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.