1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

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

Andrew Bartlett
(This used to be commit b10f224f5515a97fc4fd5c40b304180593df79ea)
This commit is contained in:
Andrew Bartlett 2005-06-29 22:31:45 +00:00 committed by Gerald (Jerry) Carter
parent 396074a7fc
commit 0a8d694e80

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