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-47-gdd7b064


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  dd7b064ccaa3afc96499c7be2776baade60bcb56 (commit)
      from  a2c4c1991d11811c054fa7d380d522865741fd86 (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=dd7b064ccaa3afc96499c7be2776baade60bcb56

commit dd7b064ccaa3afc96499c7be2776baade60bcb56
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Wed Feb 12 23:37:13 2014 +0000

    Remove reference to subdir_lint.out.
    
    The toplevel Makefile's subdir_targets variable refers to
    subdir_lint.out.  As far as I can tell, this is not defined or
    referenced anywhere else in the tree.  Having .out makefile references
    that don't refer to the output from testcases seems confusing; this
    patch removes the reference to subdir_lint.out.
    
    Tested x86_64.
    
    	* Makefile (subdir_targets): Remove subdir_lint.out.

diff --git a/ChangeLog b/ChangeLog
index 40ff844..facaae3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
 
+	* Makefile (subdir_targets): Remove subdir_lint.out.
+
 	* stdio-common/Makefile (do-tst-unbputc): Remove target.
 	(do-tst-printf): Likewise.
 	(tests): Depend directly on $(objpfx)tst-unbputc.out and
diff --git a/Makefile b/Makefile
index 51d4690..f24ba41 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ endif # $(AUTOCONF) = no
 # These are the targets that are made by making them in each subdirectory.
 +subdir_targets	:= subdir_lib objects objs others subdir_mostlyclean	\
 		   subdir_clean subdir_distclean subdir_realclean	\
-		   tests xtests subdir_lint.out				\
+		   tests xtests						\
 		   subdir_update-abi subdir_check-abi			\
 		   subdir_echo-headers					\
 		   subdir_install					\

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

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