r8000: It seems make proto is required, for reasons I can't explain.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 29 Jun 2005 22:31:45 +0000 (22:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:18:57 +0000 (13:18 -0500)
Andrew Bartlett
(This used to be commit b10f224f5515a97fc4fd5c40b304180593df79ea)

howto.txt

index cc728b904a27dc423fc4d58c93491294f7848d01..6f27f3e0d0243dd19e8088b8c7cddcbf687cf984 100644 (file)
--- a/howto.txt
+++ b/howto.txt
@@ -63,12 +63,12 @@ Run this:
   $ ./configure.developer -C
 
 If you did not include heimdal, run this:
-  $ make
+  $ make proto all
 
 If you did include Heimdal, a different step is required:
-  $ make HEIMDAL_EXTERNAL all
+  $ make proto HEIMDAL_EXTERNAL all
 
-If you have gcc 3.4 or newer, then run "make pch" before "make" to
+If you have gcc 3.4 or newer, then substitue "pch" for "proto" to
 greatly speed up the compile process (about 5x faster).