From: Andrew Bartlett Date: Wed, 29 Jun 2005 22:31:45 +0000 (+0000) Subject: r8000: It seems make proto is required, for reasons I can't explain. X-Git-Tag: samba-4.0.0alpha6~801^3~10209 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=0a8d694e806a770395f5a165d56b9b8ea9ce94b8 r8000: It seems make proto is required, for reasons I can't explain. Andrew Bartlett (This used to be commit b10f224f5515a97fc4fd5c40b304180593df79ea) --- 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).