Searched hist:"79 aae9e1c29298647e25e4fd9b227afad89fb170" (Results 1 – 4 of 4) sorted by relevance
/freebsd/kerberos5/lib/libgssapi_spnego/ |
H A D | Makefile | diff 79aae9e1c29298647e25e4fd9b227afad89fb170 Tue Apr 22 22:37:07 CEST 2014 Ed Maste <emaste@FreeBSD.org> Fix installworld failure when kerberos source files have new timestamps
If a kerberos .hx source file is newer than the .h copy, but the content is the same, then during buildworld the "cmp -s || cp" command in the .hx.h rule would do nothing, leaving the .h copy with the older timestamp. During installworld the rule would again be invoked, causing a failure as neither cmp or cp would exist in the temporary path.
As the underlying issue should be resolved by r262209, unconditionally copy the file.
No objection: peter@ Tested by: gjb@ Sponsored by: The FreeBSD Foundation
|
/freebsd/kerberos5/lib/libhx509/ |
H A D | Makefile | diff 79aae9e1c29298647e25e4fd9b227afad89fb170 Tue Apr 22 22:37:07 CEST 2014 Ed Maste <emaste@FreeBSD.org> Fix installworld failure when kerberos source files have new timestamps
If a kerberos .hx source file is newer than the .h copy, but the content is the same, then during buildworld the "cmp -s || cp" command in the .hx.h rule would do nothing, leaving the .h copy with the older timestamp. During installworld the rule would again be invoked, causing a failure as neither cmp or cp would exist in the temporary path.
As the underlying issue should be resolved by r262209, unconditionally copy the file.
No objection: peter@ Tested by: gjb@ Sponsored by: The FreeBSD Foundation
|
/freebsd/kerberos5/lib/libhdb/ |
H A D | Makefile | diff 79aae9e1c29298647e25e4fd9b227afad89fb170 Tue Apr 22 22:37:07 CEST 2014 Ed Maste <emaste@FreeBSD.org> Fix installworld failure when kerberos source files have new timestamps
If a kerberos .hx source file is newer than the .h copy, but the content is the same, then during buildworld the "cmp -s || cp" command in the .hx.h rule would do nothing, leaving the .h copy with the older timestamp. During installworld the rule would again be invoked, causing a failure as neither cmp or cp would exist in the temporary path.
As the underlying issue should be resolved by r262209, unconditionally copy the file.
No objection: peter@ Tested by: gjb@ Sponsored by: The FreeBSD Foundation
|
/freebsd/kerberos5/lib/libasn1/ |
H A D | Makefile | diff 79aae9e1c29298647e25e4fd9b227afad89fb170 Tue Apr 22 22:37:07 CEST 2014 Ed Maste <emaste@FreeBSD.org> Fix installworld failure when kerberos source files have new timestamps
If a kerberos .hx source file is newer than the .h copy, but the content is the same, then during buildworld the "cmp -s || cp" command in the .hx.h rule would do nothing, leaving the .h copy with the older timestamp. During installworld the rule would again be invoked, causing a failure as neither cmp or cp would exist in the temporary path.
As the underlying issue should be resolved by r262209, unconditionally copy the file.
No objection: peter@ Tested by: gjb@ Sponsored by: The FreeBSD Foundation
|