mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +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">
|
||||
<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 &&
|
||||
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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user