commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.9-139-g3749685


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9-139-g3749685
Date: Sun, 22 Apr 2018 11:28:09 -0400 (EDT)

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  37496853cd98e546142c1bef8deaecb78e8db8a2 (commit)
      from  3130514bd99bdc4cf8a51e24be2d8bf6f1e47f62 (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 37496853cd98e546142c1bef8deaecb78e8db8a2
Author: Samuel Thibault <address@hidden>
Date:   Sun Apr 22 17:21:01 2018 +0200

    Fix DESTDIR support
    
    Adding $(DESTDIR) to paths in config.make.in brings redundant additions
    when e.g. datarootdir is "${datadir}".  The viable way is to just fix
    the installation rules.
    
    * Makeconf (install, install-headers): Prepend $(DESTDIR) to dependencies.
    ($(DESTDIR)$(installationdir)): New rule.
    ($(addprefix $(installationdir)/,$(installable))): Prepend $(DESTDIR).
    ($($(includedir)/$(installhdrsubdir))): Likewise.
    ($(addprefix $(libdir)/$(libname),_p.a .a _pic.a)): Likewise.
    ($(libdir)/$(libname).so.$(hurd-version)): Likewise.
    ($(libdir)/$(libname).so): Likewise.
    ($(addprefix $(includedir)/$(installhdrsubdir)/,$(installhdrs))):
    Likewise.
    ($(installationdirlist)): Likewise.
    * config.make.in (hurddir, libdir, bindir, sbindir, includedir, libexecdir,
    bootdir, infodir, sysconfdir, localstatedir, sharedstatedir, datadir,
    datarootdir): Remove $(DESTDIR).
    * config/Makefile (install): Prepend $(DESTDIR) to dependencies.
    ($(sysconfdir)/login): Prepend $(DESTDIR).
    ($(installed_logins)): Likewise.
    ($(installed_conf)): Likewise.
    * console-client/Makefile (install): Prepend $(DESTDIR) to dependencies.
    ($(module-dir)): Prepend $(DESTDIR).
    ($(module-dir)/%): Likewise.
    ($(XKB_BASE)): Likewise.
    ($(XKB_BASE)/%): Likewise.
    * hurd/Makefile (install-headers, install-msgids): Prepend $(DESTDIR) to
    dependencies.
    ($(includedir)/hurd/%): Prepend $(DESTDIR).
    ($(datadir)/msgids, $(includedir)/hurd): Prepend $(DESTDIR).
    * include/Makefile (install): Prepend $(DESTDIR) to dependencies.
    ($(includedir)/%): Prepend $(DESTDIR).
    * libstore/Makefile (install): Prepend $(DESTDIR) to dependencies.
    ($(store-types:%=$(libdir)/libstore_%.a): Prepend $(DESTDIR).
    * sutils/Makefile (install): Prepend $(DESTDIR) to dependencies.
    ($(prefix)/dev/MAKEDEV): Prepent $(DESTDIR).
    ($(prefix)/dev): Likewise.

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

Summary of changes:
 Makeconf                | 22 ++++++++++++----------
 config.make.in          | 26 +++++++++++++-------------
 config/Makefile         | 14 +++++++-------
 console-client/Makefile | 12 ++++++------
 hurd/Makefile           | 10 +++++-----
 include/Makefile        |  4 ++--
 libstore/Makefile       |  4 ++--
 sutils/Makefile         |  6 +++---
 8 files changed, 50 insertions(+), 48 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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