]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
bind: Enable parallel build
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Mar 2021 13:56:05 +0000 (13:56 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 3 Mar 2021 16:51:52 +0000 (16:51 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/bind

index 3047ac83e6996f6bc5f4b71072ba7c062daeecf8..c8167c2464975a782b19705ad731e36973b1068d 100644 (file)
--- a/lfs/bind
+++ b/lfs/bind
@@ -80,6 +80,18 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                        --with-libtool \
                        --without-python \
                        --disable-static
+
+       # Build everything
+       cd $(DIR_APP) && make -C lib/isc $(MAKETUNING)
+       cd $(DIR_APP) && make -C lib/dns $(MAKETUNING)
+       cd $(DIR_APP) && make -C lib/isccc $(MAKETUNING)
+       cd $(DIR_APP) && make -C lib/isccfg $(MAKETUNING)
+       cd $(DIR_APP) && make -C lib/bind9 $(MAKETUNING)
+       cd $(DIR_APP) && make -C lib/lwres $(MAKETUNING)
+       cd $(DIR_APP) && make -C bin/dig $(MAKETUNING)
+       cd $(DIR_APP) && make -C bin/nsupdate $(MAKETUNING)
+
+       # Install everything
        cd $(DIR_APP) && make -C lib/isc install
        cd $(DIR_APP) && make -C lib/dns install
        cd $(DIR_APP) && make -C lib/isccc install