From: Michael Tremer Date: Wed, 8 Jul 2026 16:18:22 +0000 (+0000) Subject: groff: Build in parallel X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd605c87793ffde1ca1ad16e39041bd03fdeb7f3;p=ipfire-2.x.git groff: Build in parallel Signed-off-by: Michael Tremer --- diff --git a/lfs/groff b/lfs/groff index a30cf144c..e0678ca24 100644 --- a/lfs/groff +++ b/lfs/groff @@ -72,7 +72,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && PAGE=A4 ./configure \ --prefix=/usr - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install ln -svf eqn /usr/bin/geqn ln -svf tbl /usr/bin/gtbl