Ignore:
Timestamp:
02/25/2018 10:24:09 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
23ffa2c
Parents:
222a0699
Message:

cdrtools seems to not support parallel builds

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19866 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/cdwriteutils/cdrtools.xml

    r222a0699 ra56e662  
    6565  <sect2 role="installation">
    6666    <title>Installation of Cdrtools</title>
     67
     68    <note>
     69      <para>
     70        This package does not support parallel build.
     71      </para>
     72    </note>
     73
    6774    <para>Install <application>Cdrtools</application> by running the following
    6875    commands:</para>
    6976
    7077<screen><userinput>export GMAKE_NOWARN=true &amp;&amp;
    71 make INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root</userinput></screen>
     78make -j1 INS_BASE=/usr DEFINSUSR=root DEFINSGRP=root</userinput></screen>
    7279
    7380    <para>This package does not come with a test suite.</para>
Note: See TracChangeset for help on using the changeset viewer.