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.15-1170-g834f9b8


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  834f9b8d3cda2cc81084d0913bcefc7683bb9194 (commit)
      from  75fa1921315bbfd5ea8fb278d77ab21a13edb5dd (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=834f9b8d3cda2cc81084d0913bcefc7683bb9194

commit 834f9b8d3cda2cc81084d0913bcefc7683bb9194
Author: Roland McGrath <roland@hack.frob.com>
Date:   Thu Jun 14 09:44:27 2012 -0700

    Make sure <build-dir>/manual directory gets created.

diff --git a/ChangeLog b/ChangeLog
index 5f7edb9..ee82866 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-14  Roland McGrath  <roland@hack.frob.com>
+
+	* manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
+
 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
 
 	* libm_test.inc (csqrt_test): Allow more spurious underflow
diff --git a/manual/Makefile b/manual/Makefile
index ae04409..67e1390 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -51,6 +51,7 @@ licenses = freemanuals.texi lgpl-2.1.texi fdl-1.3.texi
 
 -include $(objpfx)texis
 $(objpfx)texis: texis.awk $(chapters) $(add-chapters) $(appendices) $(licenses)
+	$(make-target-directory)
 	$(AWK) -f $^ > $@.T
 	mv -f $@.T $@
 

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

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