From: Arne Fitzenreiter Date: Sun, 4 Oct 2015 14:01:33 +0000 (+0200) Subject: sox: Disable parallel build X-Git-Tag: v2.17-core95~59^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01714866956b71bea0944cece60d2030861263f3;p=people%2Fpmueller%2Fipfire-2.x.git sox: Disable parallel build Signed-off-by: Arne Fitzenreiter --- diff --git a/lfs/sox b/lfs/sox index 378429d4d1..de60c90369 100644 --- a/lfs/sox +++ b/lfs/sox @@ -79,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --disable-alsa-dsp --disable-oss-dsp \ --disable-sun-audio --disable-mad - cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE) + cd $(DIR_APP) && make $(EXTRA_MAKE) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)