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
commit0a8d694e806a770395f5a165d56b9b8ea9ce94b8 (patch)
tree880ac201e9eeec82774b10c01c25fa959ab7e35f /howto.txt
parent396074a7fce4db86a58cb56e42fbbf93eb73ce8a (diff)
downloadsamba-0a8d694e806a770395f5a165d56b9b8ea9ce94b8.tar.gz
samba-0a8d694e806a770395f5a165d56b9b8ea9ce94b8.tar.bz2
samba-0a8d694e806a770395f5a165d56b9b8ea9ce94b8.zip
r8000: It seems make proto is required, for reasons I can't explain.
Andrew Bartlett (This used to be commit b10f224f5515a97fc4fd5c40b304180593df79ea)
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 cc728b904a..6f27f3e0d0 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).