parallel build broken
Describe the bug
Building with "-j 8" set breaks the build as the dependencies embedded bind libs are wrong:
Making all in ../dhcp/bind
make[1]: Entering directory '/tmp/e2/build/dhcp-4.4.2/bind'
Building BIND libraries - this takes some time.
/bin/sh: line 5: cd: /tmp/e2/build/dhcp/bind/bind-9.11.14/lib/isc: No such file or directory
Building isc library in /tmp/e2/build/dhcp/bind
make[2]: Entering directory '/tmp/e2/build/dhcp-4.4.2/bind'
/tmp/e2/build/dhcp/bind/bind-9.11.14 already unpacked...
Building BIND libraries - this takes some time.
/bin/sh: line 5: cd: /tmp/e2/build/dhcp/bind/bind-9.11.14/lib/isc: No such file or directory
Building isc library in /tmp/e2/build/dhcp/bind
Configuring BIND libraries for DHCP.
make[3]: Entering directory '/tmp/e2/build/dhcp-4.4.2/bind'
/bin/sh: ./configure: /bin/sh: bad interpreter: Text file busy
/tmp/e2/build/dhcp/bind/bind-9.11.14 already unpacked...
Building BIND libraries - this takes some time.
/bin/sh: line 5: cd: /tmp/e2/build/dhcp/bind/bind-9.11.14/lib/isc: No such file or directory
Building isc library in /tmp/e2/build/dhcp/bind
Configuring BIND libraries for DHCP.
make[4]: Entering directory '/tmp/e2/build/dhcp-4.4.2/bind'
Building BIND libraries - this takes some time.
/bin/sh: line 5: cd: /tmp/e2/build/dhcp/bind/bind-9.11.14/lib/isc: No such file or directory
/tmp/e2/build/dhcp/bind/bind-9.11.14 already unpacked...
Building isc library in /tmp/e2/build/dhcp/bind
Configuring BIND libraries for DHCP.
make[5]: Entering directory '/tmp/e2/build/dhcp-4.4.2/bind'
Building BIND libraries - this takes some time.
/tmp/e2/build/dhcp/bind/bind-9.11.14 already unpacked...
/bin/sh: line 5: cd: /tmp/e2/build/dhcp/bind/bind-9.11.14/lib/isc: No such file or directory
Building isc library in /tmp/e2/build/dhcp/bind
Configuring BIND libraries for DHCP.
make[6]: Entering directory '/tmp/e2/build/dhcp-4.4.2/bind'
/tmp/e2/build/dhcp/bind/bind-9.11.14 already unpacked...
Building BIND libraries - this takes some time.
Configuring BIND libraries for DHCP.
/bin/sh: line 5: cd: /tmp/e2/build/dhcp/bind/bind-9.11.14/lib/isc: No such file or directory
Building isc library in /tmp/e2/build/dhcp/bind
make[7]: Entering directory '/tmp/e2/build/dhcp-4.4.2/bind'
/tmp/e2/build/dhcp/bind/bind-9.11.14 already unpacked...
Building BIND libraries - this takes some time.
/bin/sh: line 5: cd: /tmp/e2/build/dhcp/bind/bind-9.11.14/lib/isc: No such file or directory
Building isc library in /tmp/e2/build/dhcp/bind
Configuring BIND libraries for DHCP.
make[8]: Entering directory '/tmp/e2/build/dhcp-4.4.2/bind'
Building BIND libraries - this takes some time.
/bin/sh: line 5: cd: /tmp/e2/build/dhcp/bind/bind-9.11.14/lib/isc: No such file or directory
/tmp/e2/build/dhcp/bind/bind-9.11.14 already unpacked...
Building isc library in /tmp/e2/build/dhcp/bind
Configuring BIND libraries for DHCP.
make[9]: Entering directory '/tmp/e2/build/dhcp-4.4.2/bind'
/tmp/e2/build/dhcp/bind/bind-9.11.14 already unpacked...
Building BIND libraries - this takes some time.
/bin/sh: line 5: cd: /tmp/e2/build/dhcp/bind/bind-9.11.14/lib/isc: No such file or directory
Configuring BIND libraries for DHCP.
Building isc library in /tmp/e2/build/dhcp/bind
make[10]: Entering directory '/tmp/e2/build/dhcp-4.4.2/bind'
/tmp/e2/build/dhcp/bind/bind-9.11.14 already unpacked...
Building BIND libraries - this takes some time.
/bin/sh: line 5: cd: /tmp/e2/build/dhcp/bind/bind-9.11.14/lib/isc: No such file or directory
Configuring BIND libraries for DHCP.
Building isc library in /tmp/e2/build/dhcp/bind
make[11]: Entering directory '/tmp/e2/build/dhcp-4.4.2/bind'
/tmp/e2/build/dhcp/bind/bind-9.11.14 already unpacked...
Configuring BIND libraries for DHCP.
configure: loading site script /opt/emlix/test/etc/config.site
configure: loading site script /opt/emlix/test/etc/config.site
configure: loading site script /opt/emlix/test/etc/config.site
configure: loading site script /opt/emlix/test/etc/config.site
configure: loading site script /opt/emlix/test/etc/config.site
checking build system type... checking build system type... checking build system type... configure: loading site script /opt/emlix/test/etc/config.site
checking build system type... checking build system type... configure: loading site script /opt/emlix/test/etc/config.site
configure: loading site script /opt/emlix/test/etc/config.site
checking build system type... configure: loading site script /opt/emlix/test/etc/config.site
checking build system type... checking build system type... checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking host system type... Configuring BIND libraries for DHCP.
This eventualls fails when one of the instances of configure running in parallel will delete a file another instance just needs.
Version
I reported that for 4.3.4, it has not changed in 4.4.2.