summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2005-06-29 22:31:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:57 -0500
commitb10f224f5515a97fc4fd5c40b304180593df79ea (patch)
treed9ae71ccc251b3e435f4aa3b8d1c9362a7a9396b /howto.txt
parent6886aefe4c78e3e208eacb3c4b76f1189bd1352a (diff)
downloadsamba-b10f224f5515a97fc4fd5c40b304180593df79ea.tar.gz
r8000: It seems make proto is required, for reasons I can't explain.
Andrew Bartlett
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/howto.txt b/howto.txt
index cc728b904a2..6f27f3e0d02 100644
--- 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).