diff options
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r-- | chapter06/automake.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml index 109da7059..53ea72496 100644 --- a/chapter06/automake.xml +++ b/chapter06/automake.xml @@ -49,12 +49,13 @@ <screen><userinput remap="make">make</userinput></screen> + <note><para>The tests take a very long time: over 30 SBUs. Running + the tests is not recommended.</para></note> + <para>To test the results, issue:</para> <screen><userinput remap="test">make check</userinput></screen> - <para>This takes a long time, about 10 SBUs.</para> - <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> |