Changeset 848df76a for x


Ignore:
Timestamp:
02/20/2004 06:09:07 AM (20 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a57850e2
Parents:
58fecf2
Message:

Changing back what should'nt have been changed

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

Location:
x/installing/xfree86
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xfree86/xfree86-exp.xml

    r58fecf2 r848df76a  
    22<title>Command explanations</title>
    33
    4 <!--
    54<para><command>( WORLDOPTS="" make World 2&gt;&amp;1 | tee xfree-compile.log
    65   &amp;&amp; exit $PIPESTATUS )</command>:
     
    1312<command>exit $PIPESTATUS</command> ensures the result of the <command>make</command>
    1413is returned as the result and not the result of the <command>tee</command> command.</para>
    15 -->
    16 <para><command>WORLDOPTS="" make World</command>:
    17 This command runs multiple makefiles to completely rebuild the system.
    18 <envar>WORLDOPTS</envar>="" disables the default setting to continue after
    19 encountering an error.</para>
    2014
    2115<note><para>When rebuilding <application>XFree86</application>, a separate command that may be used if only minor
  • x/installing/xfree86/xfree86-inst.xml

    r58fecf2 r848df76a  
    206206
    207207
    208 <screen><userinput><command>WORLDOPTS="" make World &amp;&amp;
     208<screen><userinput><command>( WORLDOPTS="" make World 2&gt;&amp;1 | tee xfree-compile.log &amp;&amp; exit $PIPESTATUS ) &amp;&amp;
    209209make install &amp;&amp;
    210210make install.man &amp;&amp;
  • x/installing/xfree86/xfree86-intro.xml

    r58fecf2 r848df76a  
    7272<acronym>LFS</acronym> system.</para>
    7373
    74 <!--
    7574<para>To check your downloads for integrity, download the <filename>SUMS.md5sum</filename>
    7675file.  Then:</para>
     
    8887<screen><userinput><command>md5sum 4.3.0-4.3.0.1.diff.gz</command></userinput>
    8988<userinput><command>md5sum fontfile.diff</command></userinput></screen>
    90 -->
    9189
    9290<para>After unpacking the <filename>X430src-?.tgz</filename> files and uncompressing the
Note: See TracChangeset for help on using the changeset viewer.