Changeset 9e76c64 for chapter08/gcc.xml


Ignore:
Timestamp:
02/08/2024 04:32:26 AM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
c7c614de
Parents:
e49e2ea (diff), 4816dc6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/gcc.xml

    re49e2ea r9e76c64  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
     1<?xml version="1.0" encoding="UTF-8"?>
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
    33  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
     
    158158    <para>Test the results as a non-privileged user, but do not stop at errors:</para>
    159159
    160 <screen><userinput remap="test">chown -Rv tester .
     160<screen><userinput remap="test">chown -R tester .
    161161su tester -c "PATH=$PATH make -k check"</userinput></screen>
    162162
     
    534534        <term><filename class="libraryfile">libcc1</filename></term>
    535535        <listitem>
    536           <para>The C preprocessing library</para>
     536          <para>A library that allows GDB to make use of GCC</para>
    537537          <indexterm zone="ch-system-gcc libcc1">
    538538            <primary sortas="b-libcc1">libcc1</primary>
Note: See TracChangeset for help on using the changeset viewer.