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-Url: http://git.samba.org/samba.git/?p=jelmer%2Fsamba4-debian.git;a=commitdiff_plain;h=b10f224f5515a97fc4fd5c40b304180593df79ea r8000: It seems make proto is required, for reasons I can't explain. Andrew Bartlett --- diff --git a/howto.txt b/howto.txt index cc728b904..6f27f3e0d 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).