svn commit: samba r8000 - in branches/SAMBA_4_0: .

abartlet at samba.org abartlet at samba.org
Wed Jun 29 22:31:46 GMT 2005


Author: abartlet
Date: 2005-06-29 22:31:45 +0000 (Wed, 29 Jun 2005)
New Revision: 8000

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8000

Log:
It seems make proto is required, for reasons I can't explain.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/howto.txt


Changeset:
Modified: branches/SAMBA_4_0/howto.txt
===================================================================
--- branches/SAMBA_4_0/howto.txt	2005-06-29 20:30:12 UTC (rev 7999)
+++ branches/SAMBA_4_0/howto.txt	2005-06-29 22:31:45 UTC (rev 8000)
@@ -63,12 +63,12 @@
   $ ./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).
 
 



More information about the samba-cvs mailing list