From: Michael Tremer Date: Tue, 29 Mar 2016 20:56:05 +0000 (+0100) Subject: opus: Build in parallel X-Git-Tag: v2.19-core101~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=20f79e190e0bc6431f91eb9f0e4fde0e3fad5e0e;p=ipfire-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)