1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r8000: It seems make proto is required, for reasons I can't explain.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2005-06-29 22:31:45 +00:00 committed by Gerald (Jerry) Carter
parent 6886aefe4c
commit b10f224f55

View File

@ -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).