maint: Build all the 'guix' packages in parallel.
authorLudovic Courtès <ludo@gnu.org>
Fri, 19 Apr 2019 13:28:19 +0000 (15:28 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 19 Apr 2019 15:46:40 +0000 (17:46 +0200)
commit35a09fd9c1aeb1023352b8e29c483b2fa6c4e41a
tree72366a0538706cd253b65547eba7f893584e034d
parent24963c13075b07db0c4e6005df9cde3bb51b2e32
maint: Build all the 'guix' packages in parallel.

Until now, the 'guix' package shipped in binary tarballs and system
images would be built sequentially for each system type, one at a time.
Now all of them can potentially be built in parallel.

* Makefile.am (system_flags): New function.
(release): Run "guix build guix" before "make binary-tarballs" and
before "guix system disk-image" to build all the 'guix' packages in
parallel.
Makefile.am