freebsd-dev/kerberos5
Peter Wemm f0258c45f2 Really (I think) fix the sporadic heimdal build failures with high -j
levels. The root of the problem was that make was attempting to run up
to three concurrent asn1_compile commands to produce the three outputs
that it was declared to produce.  The failure was caused when the
asn1_compiles were started out of sync and a later one was truncating
the files that another thread was trying to copy.  In reality it is
supposed to be run exactly once and all three outputs are produced in
one pass.

Use the same hack as for the parent's Makefile.inc for the compile_et
multi-output rule.
2014-02-19 07:09:14 +00:00
..
doc
include - Update FreeBSD's Heimdal distribution to 1.5.2. This is a bugfix 2012-04-08 08:19:17 +00:00
lib Really (I think) fix the sporadic heimdal build failures with high -j 2014-02-19 07:09:14 +00:00
libexec Clean up the Kerberos build by turning libheimipcc and libheimipcs into 2013-09-10 18:40:43 +00:00
tools Add support for bmake. This includes: 2012-10-06 20:01:05 +00:00
usr.bin Centralize the specification of the krb5 build tools. 2012-06-01 21:26:28 +00:00
usr.sbin Centralize the specification of the krb5 build tools. 2012-06-01 21:26:28 +00:00
Makefile Add support for bmake. This includes: 2012-10-06 20:01:05 +00:00
Makefile.inc Clean up the Kerberos build by turning libheimipcc and libheimipcs into 2013-09-10 18:40:43 +00:00
README

This subtree is world-exportable, as it does not contain any
cryptographic code.

At the time of writing, it did not even contain source code, only
Makefiles and headers.

Please maintain this "exportable" status quo.

Thanks!

MarkM
markm@freebsd.org
20th Sept 1997