[hipl-commit] [trunk] Rev 4512: doc: Remove suggested invocation of 'configure' before 'make install'.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Sat, 15 May 2010 18:07:08 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 15/05/2010 at 18:07:08
Revision: 4512
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  doc: Remove suggested invocation of 'configure' before 'make install'.
  Running 'configure' before 'make install' is unnecessary and pointless.

Modified:
  M  doc/HOWTO.xml

=== modified file 'doc/HOWTO.xml'
--- doc/HOWTO.xml       2010-05-15 15:03:13 +0000
+++ doc/HOWTO.xml       2010-05-15 15:05:54 +0000
@@ -335,10 +335,10 @@
       </para></listitem>
     </itemizedlist>
     <para>
-      Next, build HIPL software as follows:
+      Next, install HIPL as follows:
     </para>
     <para>
-      ./configure &amp;&amp; make install
+      make install
     </para>
     <para>
       Notes: you can optionally compile a binary package with "make deb" or 
"make rpm".

Other related posts:

  • » [hipl-commit] [trunk] Rev 4512: doc: Remove suggested invocation of 'configure' before 'make install'. - Diego Biurrun