svalat / homelinux

A simple source package manager like gentoo but for for your home directory. It also take in account the packages present on your system to not recompile everything. It support import of sources from gentoo, github and custom URLs.
http://svalat.github.io/homelinux/
Other
8 stars 0 forks source link

Better parallel impl #21

Closed svalat closed 8 years ago

svalat commented 8 years ago

Generate separate scripts and make call of steps from output so we can build a big makefile which call the tasks in parallel (and make the internal make call out of the script to keep as much parallelism as possible).