[openssl-commits] Errored: openssl/openssl#1993 (master - ea80a25)
Travis CI
builds at travis-ci.org
Sun Feb 21 05:30:55 UTC 2016
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 <rsalz at openssl.org>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20160221/20c7e807/attachment-0001.html>
More information about the openssl-commits
mailing list