Michael D. L. wrote:
Hi,

The install part of Slang doesn't support Parallel build/install either
(like the build part).

For the page
(http://www.linuxfromscratch.org/blfs/view/stable/general/slang.html)

I recommend adding -j1 to the install part:

make -j1 install_doc_dir=/usr/share/doc/slang-2.3.1   \
      SLSH_DOC_DIR=/usr/share/doc/slang-2.3.1/slsh \
      install-all &&

We never recommend using the -jx where x > 1 anywhere for install procedures. We would need to add that to every page.

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to