commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.7-52-ga70c753


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.7-52-ga70c753
Date: Thu, 31 Dec 2015 20:47:51 +0000

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  a70c7531ed3a6378dd527da005a1fe63fbb4871a (commit)
      from  8058ef787e82504d0b6fab9384f1b74f72393f1a (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 a70c7531ed3a6378dd527da005a1fe63fbb4871a
Author: Flavio Cruz <address@hidden>
Date:   Thu Dec 31 17:49:25 2015 +0100

    Drop OTHERLIBS and use LDLIBS exclusively
    
    When cross-compiling, OTHERLIBS magically turns -lpthread into the path
    to the host libpthread.so file, resulting in build issues. LDLIBS does
    not suffer from this problem and it seems that is already being used in
    other Makefiles. This patch removes OTHERLIBS entirely from the build
    system.
    
    * Makeconf: Remove references to OTHERLIBS
    * auth/Makefile: Replace OTHERLIBS with LDLIBS.
    * boot/Makefile: Likewise.
    * console/Makefile: Likewise.
    * exec/Makefile: Likewise.
    * ext2fs/Makefile: Likewise.
    * fatfs/Makefile: Likewise.
    * ftpfs/Makefile: Likewise.
    * hostmux/Makefile: Likewise.
    * isofs/Makefile: Likewise.
    * libhurd-slab/Makefile: Likewise.
    * nfs/Makefile: Likewise.
    * nfsd/Makefile: Likewise.
    * pfinet/Makefile: Likewise.
    * proc/Makefile: Likewise.
    * procfs/Makefile: Likewise.
    * random/Makefile: Likewise.
    * storeio/Makefile: Likewise.
    * term/Makefile: Likewise.
    * tmpfs/Makefile: Likewise.
    * usermux/Makefile: Likewise.

-----------------------------------------------------------------------

Summary of changes:
 Makeconf               |    3 +--
 auth/Makefile          |    2 +-
 boot/Makefile          |    2 +-
 console/Makefile       |    2 +-
 exec/Makefile          |    2 +-
 ext2fs/Makefile        |    2 +-
 fatfs/Makefile         |    2 +-
 ftpfs/Makefile         |    2 +-
 hostmux/Makefile       |    2 +-
 isofs/Makefile         |    2 +-
 libhurd-slab/Makefile  |    2 +-
 mach-defpager/Makefile |    2 +-
 nfs/Makefile           |    2 +-
 nfsd/Makefile          |    2 +-
 pfinet/Makefile        |    2 +-
 pflocal/Makefile       |    2 +-
 proc/Makefile          |    3 +--
 procfs/Makefile        |    2 +-
 random/Makefile        |    2 +-
 storeio/Makefile       |    2 +-
 term/Makefile          |    2 +-
 tmpfs/Makefile         |    2 +-
 usermux/Makefile       |    2 +-
 23 files changed, 23 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]