diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-06-29 22:31:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:57 -0500 |
commit | 0a8d694e806a770395f5a165d56b9b8ea9ce94b8 (patch) | |
tree | 880ac201e9eeec82774b10c01c25fa959ab7e35f | |
parent | 396074a7fce4db86a58cb56e42fbbf93eb73ce8a (diff) | |
download | samba-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)
-rw-r--r-- | howto.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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). |