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.19-122-g355bc98


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  355bc9868b6c80aec91672b185173cafe008c5d5 (commit)
      from  215db4029ef909b305c528ca9d36cc88771e3afe (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=355bc9868b6c80aec91672b185173cafe008c5d5

commit 355bc9868b6c80aec91672b185173cafe008c5d5
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Mar 6 15:57:24 2014 +0000

    Remove INSTALL_INFO setting in manual/Makefile.
    
    	* manual/Makefile (INSTALL_INFO): Remove variable setting.

diff --git a/ChangeLog b/ChangeLog
index 0d962af..05bed06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
 
+	* manual/Makefile (INSTALL_INFO): Remove variable setting.
+
 	* math/libm-test.inc (struct test_f_f_data): Move expected results
 	into structure for each rounding mode.
 	(struct test_ff_f_data): Likewise.
diff --git a/manual/Makefile b/manual/Makefile
index ec1f3d8..62217a2 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -21,9 +21,6 @@ subdir := manual
 
 include ../Makeconfig
 
-# Allow override
-INSTALL_INFO = install-info
-
 .PHONY: dvi pdf info html
 
 dvi: $(objpfx)libc.dvi

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

Summary of changes:
 ChangeLog       |    2 ++
 manual/Makefile |    3 ---
 2 files changed, 2 insertions(+), 3 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]