]> granicus.if.org Git - openssl/commit
domd: Preserve Makefile time when it is unchanged
authorOrgad Shaneh <orgads@gmail.com>
Mon, 19 Sep 2016 12:12:08 +0000 (15:12 +0300)
committerOrgad Shaneh <orgads@gmail.com>
Wed, 16 Nov 2016 07:08:27 +0000 (09:08 +0200)
commitf4ef1c53486d378ab2e2ef3427c0eb1c2fea358f
treed97b72d590bdd31312074bb37bf8f2e76e98ae4d
parent7a9d7128d87d1572a0b7f99ff7b19d704395c8db
domd: Preserve Makefile time when it is unchanged

also on systems with makedepend that does not report its version, or that
its version does not contain "gcc" or "clang".

Some versions of makedepends just overwrite Makefile. Preserve the
timestamp of the previous Makefile, and copy it back if it is unchanged.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1370)
util/domd