mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
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:
parent
222a06992e
commit
a56e662d10
@ -64,11 +64,18 @@
|
|||||||
|
|
||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of Cdrtools</title>
|
<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
|
<para>Install <application>Cdrtools</application> by running the following
|
||||||
commands:</para>
|
commands:</para>
|
||||||
|
|
||||||
<screen><userinput>export GMAKE_NOWARN=true &&
|
<screen><userinput>export GMAKE_NOWARN=true &&
|
||||||
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>
|
<para>This package does not come with a test suite.</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user