From: Matthias Fischer Date: Sun, 10 Mar 2019 17:04:31 +0000 (+0100) Subject: slang: revert parallelized build X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=15b1a3e360a277dc7481103f8ddcbf189033e3a6 slang: revert parallelized build This partially reverts https://git.ipfire.org/?p=ipfire-2.x.git;a=blob;f=lfs/slang;h=217e74c77317d4c829913f934458779fd278bf29;hb=23164efba5f57b3d8ccb07a166b613f2f951e1b6 'slang 2.3.0' doesn't like "$(MAKETUNING)" Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer --- diff --git a/lfs/slang b/lfs/slang index 217e74c773..d6e6858555 100644 --- a/lfs/slang +++ b/lfs/slang @@ -71,7 +71,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make #$(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)