79aae9e1c2
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 |
||
---|---|---|
.. | ||
libasn1 | ||
libgssapi_krb5 | ||
libgssapi_ntlm | ||
libgssapi_spnego | ||
libhdb | ||
libheimbase | ||
libheimipcc | ||
libheimipcs | ||
libheimntlm | ||
libheimsqlite | ||
libhx509 | ||
libkadm5clnt | ||
libkadm5srv | ||
libkafs5 | ||
libkdc | ||
libkrb5 | ||
libroken | ||
libsl | ||
libvers | ||
libwind | ||
Makefile | ||
Makefile.inc |