pulp-platform / pulp-riscv-gnu-toolchain

Other
68 stars 50 forks source link

Incremental compilation and installation w/o root #9

Open stefanct opened 5 years ago

stefanct commented 5 years ago

Hi, the top-level makefile does not only compile but also (tries to) install everything. Moreover, it does start all over again because it removes all previous compilation results. This is not the typical Unix workflow at all and very annoying. It would be better if (at least optionally) the install step could be triggered individually and previous compilation results are not cleaned unconditionally on each run.