Changeset 9512d6c


Ignore:
Timestamp:
01/18/2024 05:58:28 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, 12.1-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.1, xry111/mips64el, xry111/update-glibc
Children:
2a26a4f5
Parents:
d6cbb12c
git-author:
Xi Ruoyao <xry111@…> (01/18/2024 11:48:54 AM)
git-committer:
Xi Ruoyao <xry111@…> (01/18/2024 05:58:28 PM)
Message:

dejagnu: Move test before install

There seems no reason to test after install... So just do it like other
packages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/dejagnu.xml

    rd6cbb12c r9512d6c  
    5555makeinfo --plaintext       -o doc/dejagnu.txt  ../doc/dejagnu.texi</userinput></screen>
    5656
    57     <para>Build and install the package:</para>
     57    <para>To test the results, issue:</para>
     58
     59<screen><userinput remap="test">make check</userinput></screen>
     60
     61    <para>Install the package:</para>
    5862
    5963<screen><userinput remap="install">make install
    6064install -v -dm755  /usr/share/doc/dejagnu-&dejagnu-version;
    6165install -v -m644   doc/dejagnu.{html,txt} /usr/share/doc/dejagnu-&dejagnu-version;</userinput></screen>
    62 
    63     <para>To test the results, issue:</para>
    64 
    65 <screen><userinput remap="test">make check</userinput></screen>
    6666
    6767  </sect2>
Note: See TracChangeset for help on using the changeset viewer.