cdrtools seems to not support parallel builds

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19866 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2018-02-25 10:24:09 +00:00
parent 222a06992e
commit a56e662d10

View File

@ -64,11 +64,18 @@
<sect2 role="installation">
<title>Installation of Cdrtools</title>
<note>
<para>
This package does not support parallel build.
</para>
</note>
<para>Install <application>Cdrtools</application> by running the following
commands:</para>
<screen><userinput>export GMAKE_NOWARN=true &amp;&amp;
make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root</userinput></screen>
make -j1 INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root</userinput></screen>
<para>This package does not come with a test suite.</para>