Searched hist:f0258c45f2a19f6315faf67f9f6385e78ef1dde8 (Results 1 – 4 of 4) sorted by relevance
/freebsd/kerberos5/lib/libgssapi_spnego/ |
H A D | Makefile | diff f0258c45f2a19f6315faf67f9f6385e78ef1dde8 Wed Feb 19 08:09:14 CET 2014 Peter Wemm <peter@FreeBSD.org> 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.
|
/freebsd/kerberos5/lib/libhx509/ |
H A D | Makefile | diff f0258c45f2a19f6315faf67f9f6385e78ef1dde8 Wed Feb 19 08:09:14 CET 2014 Peter Wemm <peter@FreeBSD.org> 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.
|
/freebsd/kerberos5/lib/libhdb/ |
H A D | Makefile | diff f0258c45f2a19f6315faf67f9f6385e78ef1dde8 Wed Feb 19 08:09:14 CET 2014 Peter Wemm <peter@FreeBSD.org> 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.
|
/freebsd/kerberos5/lib/libasn1/ |
H A D | Makefile | diff f0258c45f2a19f6315faf67f9f6385e78ef1dde8 Wed Feb 19 08:09:14 CET 2014 Peter Wemm <peter@FreeBSD.org> 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.
|