|
|
|
|
|
by joshuamorton
1429 days ago
|
|
Are you calling bazel a nonstandard single use pseudo language, but make a standard tool? That's just an argument from tradition. And you want sandboxing because that's what gets you good caching. The value of bazel is never having to run make clean because artifacts aren't correctly being built from cache. Having no distinction between clean and incremental builds is really nice. |
|
>The value of bazel is never having to run make clean because artifacts aren't correctly being built from cache.
You can get that with make(1) too, check out FreeBSD's META_MODE for one example. And it didn't require reinventing the wheel.