From: Michael Tremer Date: Tue, 29 Mar 2016 20:56:05 +0000 (+0100) Subject: opus: Build in parallel X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Fdmidecode3;p=people%2Fjschlag%2Fipfire-2.x.git opus: Build in parallel Signed-off-by: Michael Tremer --- diff --git a/lfs/opus b/lfs/opus index f5b5d3d3e3..2446edb2cb 100644 --- a/lfs/opus +++ b/lfs/opus @@ -77,7 +77,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --libdir=/usr/lib - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)