This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.14-76-g751eb97


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 "GNU C Library master sources".

The branch, master has been updated
       via  751eb97ef2d281711f47fbef70b59b65f7bc6959 (commit)
      from  f15f1e45ba281568cb77d4e10de574ee2b86f2a6 (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 -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=751eb97ef2d281711f47fbef70b59b65f7bc6959

commit 751eb97ef2d281711f47fbef70b59b65f7bc6959
Author: Roland McGrath <roland@hack.frob.com>
Date:   Tue Jul 5 09:57:47 2011 -0700

    Default install_root value from DESTDIR.

diff --git a/ChangeLog b/ChangeLog
index 18e5fb0..c853190 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-05  Roland McGrath  <roland@hack.frob.com>
+
+	* config.make.in (install_root): Default to $(DESTDIR).
+
 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
 
 	* nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
diff --git a/config.make.in b/config.make.in
index 6e876eb..b73b21e 100644
--- a/config.make.in
+++ b/config.make.in
@@ -5,7 +5,7 @@ version = @VERSION@
 release = @RELEASE@
 
 # Installation prefixes.
-install_root =
+install_root = $(DESTDIR)
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 datadir = @datadir@

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

Summary of changes:
 ChangeLog      |    4 ++++
 config.make.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]