Added a test suite note to NTP.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3964 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2005-05-04 19:08:16 +00:00
parent a6639511b0
commit 11cf9f2de7

View File

@ -71,9 +71,14 @@
<screen><userinput>./configure --prefix=/usr --bindir=/usr/sbin \
--sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</userinput></screen>
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="configuration">