From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] slang: revert parallelized build Date: Sun, 10 Mar 2019 18:04:31 +0100 Message-ID: <20190310170431.1762-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6710502093654045103==" List-Id: --===============6710502093654045103== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This reverts https://git.ipfire.org/?p=3Dipfire-2.x.git;a=3Dblob;f=3Dlfs/slan= g;h=3D217e74c77317d4c829913f934458779fd278bf29;hb=3D23164efba5f57b3d8ccb07a16= 6b613f2f951e1b6 'slang 2.3.0' doesn't like "$(MAKETUNING)" Signed-off-by: Matthias Fischer --- lfs/slang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/slang b/lfs/slang index 217e74c77..d6e685855 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=3D/usr --sysconfdir=3D/etc - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make #$(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD) --=20 2.18.0 --===============6710502093654045103==--