]> git.ipfire.org Git - thirdparty/dhcp.git/commit
[(no branch, rebasing trofi/dhcp-master)] dhcp/bind: build bind1->atf->bind2 sequentially
authorSergei Trofimovich <slyich@gmail.com>
Wed, 27 Oct 2021 20:43:42 +0000 (21:43 +0100)
committerTomek Mrugalski <tomek@isc.org>
Fri, 4 Feb 2022 17:18:47 +0000 (18:18 +0100)
commit5a019462357004139d4bcbfaf299fc23cebdeeae
treeab3800a82a6de808b19e4a1d4cf6529ef1e51f8d
parentc62bca27cf135439d51fca5fcd8d9e2e85880295
[(no branch, rebasing trofi/dhcp-master)] dhcp/bind: build bind1->atf->bind2 sequentially

All 3 steps are interdependent:
- bind1 unpacks bind source
- atf builds tests in it
- bind2 builds bind

Without the dependencies parallel build on -j16 fails as:

    $ make -j16 -l16
    Making all in ./bind
    make[1]: Entering directory '/build/dhcp-4.4.2-P1/bind'
    Building BIND libraries - this takes some time.
    bash: line 6: cd: /build/dhcp-4.4.2-P1/bind/bind-9.11.14/lib/isc: No such file or directory
    Building isc library in /build/dhcp-4.4.2-P1/bind
    bash: line 6: cd: /build/dhcp-4.4.2-P1/bind/bind-9.11.14/lib/isc: No such file or directory
    bash: ./configure: /bin/sh: bad interpreter: Text file busy
    make[2]: *** [Makefile:42: bind1] Error 126
    make[2]: *** Waiting for unfinished jobs....
bind/Makefile.in