Build Update for openssl/openssl
-------------------------------------

Build: #1993
Status: Errored

Duration: 1 hour, 29 minutes, and 48 seconds
Commit: ea80a25 (master)
Author: Richard Levitte
Message: Avoid GNU make re-exec when adding dependencies to Makefile

GNU make will re-exec if (it thinks that) the Makefile has changed.
Just having the target Makefile seems to make it think it has, so we
end up in a look where GNU make re-execs for ever.

The fix is easy, just remove the Makefile target and have the depend
target run the recipe on its own instead of depending on Makefile.

Reviewed-by: Rich Salz <[email protected]>

View the changeset: 
https://github.com/openssl/openssl/compare/dca97e9bfdfb...ea80a25e8125

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/110674885

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications

_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to