This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".
The branch, master has been updated
via 2c414dc400729160ec4d2004c60470ce59ad9008 (commit)
from 4d06239d39f8433a7246abae5645e9ad54cca1bb (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2c414dc400729160ec4d2004c60470ce59ad9008
Author: Flavio Cruz <[email protected]>
Date: Wed Dec 30 01:40:22 2015 +0100
Add missing libraries to fix link errors
This fixes several linking problems I had in my recent cross-compilation
of the Hurd. I added missing static libraries and also organized some of
the targets for more concise rules.
* console-client/Makefile: Add libiohelp.a and libihash.a.
* daemons/Makefile: Add libihash.a and libshouldbeinlibc.a.
* devnode/Makefile: Add iohelp and ihash to HURDLIBS.
* random/Makefile: Likewise.
* trans/Makefile: Reorder targets alphabetically and add libiohelp.a and
libihash.a.
* utils/Makefile: Add libihash.a.
-----------------------------------------------------------------------
Summary of changes:
console-client/Makefile | 5 +++--
daemons/Makefile | 3 ++-
devnode/Makefile | 2 +-
random/Makefile | 2 +-
trans/Makefile | 23 +++++++++++------------
utils/Makefile | 7 ++++---
6 files changed, 22 insertions(+), 20 deletions(-)
hooks/post-receive
--
Hurd